ModdingFox / OpenFuraffinityClient

A toy project of mine to build an unofficial furaffinity client for android
11 stars 1 forks source link

Navigation Items Dont Update Correctly After Logout #133

Open ModdingFox opened 1 year ago

ModdingFox commented 1 year ago

When logging out the visibility state of the menu items are set. The navigation drawer doesn't act like the items are gone until an item is clicked. At which point things go normal again. Put a temporary finish() in to close the app on logout so this is not visible to users.