googleinterns / play-movies-2020-intern

Apache License 2.0
1 stars 1 forks source link

Switch to SentimentsNavigationActivity when current account is set #21

Closed jackstenglein closed 4 years ago

jackstenglein commented 4 years ago

Adds an observer to the AccountViewModel's getCurrentAccount() so that the SigninActivity will transition to the SentimentsNavigationActivity when the current account is set. Adds an integration test to check this functionality.