processing-android
processing-android copied to clipboard
BackPressed not working in new Activity
I tried opening new Activity in setup of Sketch.java using startActivity(intent) but on second activity I noticed back button not working ie not leading to first activity. I am using processing for android through android studio
@codeanticode May I work on this issue?
@Priyansh-Kedia looks like @pallav12 already created a PR to solve this issue. Of course you are more than welcome to work on it, by testing or making new contributions. I have been swamped with other projects, that's why I haven't' been able to follow up on any of these PRs and issue reports. But trying to make some time for processing-android and processing in general soon.
I actually need to review this issue more closely. It seems that it affects a more specific scenario (when the Processing view is inside in a secondary activity). The proposed PR was not a good solution for it because it breaks the current event handling logic.
I want to work on this issue, please assign me this issue.
done :-)
is somebody still working on this bug
Hi @pallav12 , can you specify exactly what problem you are facing.
And if possible can you give the code snippet you are using and what exactly you are trying to do with it.
Thanks !