-
Notifications
You must be signed in to change notification settings - Fork 55
/r/Android AppStore Slide Outs #102
Comments
Thanks for the feedback! Will get this fixed as part of #65 once we get around to it :) |
Thank you! :-) |
I have fixed this :) PR coming soon |
Added methods to BaseActivity to listen for back key presses. Registered a listener in MainActivity and AppListFragment to close navigation and filter drawers when they were visible. Add methods for listening to back press Use BaseActivity's interface for closing DrawerLayouts
Thank You! :-) Btw, just to mention it in case it's an issue (I haven't looked at it much, 'cause waiting for the update), could you please make sure that in the code, for when it lists apps (or anything) out, that it is set to "Ignore Case"? Otherwise, apps that start with "aa" can end up being listed after "Zz", depending on Case. "Ignore Case" is not Enabled by default in Android and so it ends up listing not alphabetically, as follows (please note caps and no caps): ZZ Yup! That's actually how Android will list them out, if not all Names/Titles follow the "first letter upper case, second letter lower case" format. Thanks Again! :-) Dave |
Added methods to BaseActivity to listen for back key presses. Registered a listener in MainActivity and AppListFragment to close navigation and filter drawers when they were visible. Add methods for listening to back press Use BaseActivity's interface for closing DrawerLayouts
Thanks for the App Store! :-)
This is not a "bug", per se, but sort of.
When a slide out is open, by tapping or swiping anything, like the 3-bar at the top left, or the pyramid at the top right, once something slides out (vertically or horizontally) and you tap the Back Arrow, it should close the Slide Out, not the app.
As you know, apps normally do it that way, so (no offense) it's kind of annoying to use it like you'd normally use an app and have it keep closing on you.
Thanks!
The text was updated successfully, but these errors were encountered: