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

Commit 0428b58d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Adjust BackgroundPauseDelay for Animations" into udc-dev am: ea59f730

parents 9dae55eb ea59f730
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -69,7 +69,7 @@ public abstract class Animator implements Cloneable {
     * backing field for backgroundPauseDelay property. This could be simply a hardcoded
     * backing field for backgroundPauseDelay property. This could be simply a hardcoded
     * value in AnimationHandler, but it is useful to be able to change the value in tests.
     * value in AnimationHandler, but it is useful to be able to change the value in tests.
     */
     */
    private static long sBackgroundPauseDelay = 10000;
    private static long sBackgroundPauseDelay = 1000;


    /**
    /**
     * Sets the duration for delaying pausing animators when apps go into the background.
     * Sets the duration for delaying pausing animators when apps go into the background.