-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set initial UI state in onResumeFragments.
onResumeFragments is when the fragments state has been restored. The app doesn't save any UI state (onSaveInstanceState implementations are empty, and all UI state is derived from the state of the services for playback and sample downloads) it's better this way in case some operations are performed at this stage.
- Loading branch information
1 parent
a7bb7a7
commit 5bbb4b6
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters