googleinterns / play-movies-2020-intern

Apache License 2.0
1 stars 1 forks source link

Fix screen flicker bug #67

Closed jackstenglein closed 4 years ago

jackstenglein commented 4 years ago

The LiveData observer that triggers the transition back to the SigninActivity when a user clicks sign out was firing multiple times, causing the SigninActivity to flicker. I now remove the observer before going back to the SigninActivity, that way the flicker doesn't occur.