OmarAlghamdi / walkly-android

Android implementation of Walkly (the walking game)
0 stars 1 forks source link

sign out then sign up crash #61

Closed OmarAlghamdi closed 4 years ago

OmarAlghamdi commented 4 years ago

when user sign out then sign up with different account the MainActivity does not load (eventthogh the new user have been created) and error message 'Cannot add the same observer with different lifecycles' is shown. it related to the stamina observer.

I think also sign out then sign in with result in the same issue

OmarAlghamdi commented 4 years ago

solved. I just called finish() on each activity after starting the new activity