-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Display token code when animations are disabled
When animation options(Window/Transition/Animator scale) are disabled in device settings, onAnimationEnd() is called immediately after onAnimationStart() causing the token code to never display properly. This change sets up a handler to fade out the code when the time ends, instead of relying on the onAnimationEnd() animation callback.
- Loading branch information
1 parent
e4fd3bb
commit 135a7c0
Showing
1 changed file
with
18 additions
and
10 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