-
Notifications
You must be signed in to change notification settings - Fork 11
Stop overriding onBackPressed so I can leave the damn application #46
Conversation
Thanks for fixing that. :) Not sure why that was there in the first place. Currently travelling in Europe; will merge and deploy when I get back to Canada in about two weeks. |
@divad12 bump |
@divad12 pls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if you remove this, the back button will not go back to the previous fragment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not true at all. Test it out, don't speculate. Android automatically handles fragment transactions using the back button.
@divad12 bump |
@divad12 I'll post a video of this all working today. If it doesn't, I'll fix it up. |
Sorry for the delay on this. The original authors of this project have graduated, and I personally don't have time to maintain this project anymore. @VicV, if you have the bandwidth, I'd be happy if you took over as maintainer. If you'd like that, I'll send you deploy keys and instructions to your Gmail and get you set up to publish to the Play Store. I'll try to do a deploy this week if I have time to ensure it all works. Thanks for submitting the pull request! |
Stop overriding onBackPressed so I can leave the damn application
@divad12 the issue now is mainly that this project is incompatible with the newer versions of Android Studio / gradle. The build files are fucked up and in the wrong place so it cant actually be built any more. I'll look into this later, but yeah your shits broken yo |
Hm. I don't believe any of us have tested this under Android Studio — we've always used Intellij. If you can get this working, let me know, and I can send you files so you can publish a signed APK. |
Seriously guys I can't hit back to leave the app, whats with that.