Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08699d37 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Restore unlock animation to its former speed.

I accidentally checked this in.

Fixes: 324414858
Test: n/a
Flag: NA
Change-Id: I09b8c9f38b27cd35ade61fc5b70350a3e4080079
parent 87a572fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -109,7 +109,7 @@ const val UNLOCK_ANIMATION_DURATION_MS = 167L
 * This animation will take place entirely within the Launcher window. We can safely unlock the
 * This animation will take place entirely within the Launcher window. We can safely unlock the
 * device, end remote animations, etc. even if this is still running.
 * device, end remote animations, etc. even if this is still running.
 */
 */
const val LAUNCHER_ICONS_ANIMATION_DURATION_MS = 1633L
const val LAUNCHER_ICONS_ANIMATION_DURATION_MS = 633L


/**
/**
 * How long to wait for the shade to get out of the way before starting the canned unlock animation.
 * How long to wait for the shade to get out of the way before starting the canned unlock animation.