-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix background color update for TemplatePreviewerFragment in CardTemp…
…lateEditor The fragment's view was accessed to set the background on it but it wasn't available at that moment resulting in an IllegalStateException. The fragment's view wasn't available because although the transaction that adds the fragment is done synchronously it only takes the fragment to the parent's CURRENT lifecycle state(still too early in the lifecycle).
- Loading branch information
Showing
2 changed files
with
19 additions
and
5 deletions.
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