cs340tabyu / cs340Winter2017

3 stars 0 forks source link

Unable to logout #1151

Open ToyWalrus opened 7 years ago

ToyWalrus commented 7 years ago

-Attempting to log back in after closing the app with the same user that should've been "logged out," displays a toast: "User already logged in" (which is good... but this basically just means the logout button doesn't work)

-Trying to log in with another user (or register a new user) on the same device after closing app returns error toasts "User is already logged in" and "User is already registered," or "Username or Password is incorrect" (can't re-log in with any registered/unregistered users upon exiting the app, even after manually altering the database so that user wasn't logged in (no token))