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

Commit d3e2452e authored by Todd Lee's avatar Todd Lee
Browse files

Update origin remote transition deadline

Allow for an extra 100ms, which is the time extension
required to account for the complication rendering detaching from
the transition leash.

Bug: b/437364642
Test: manual WF complication
Flag: NONE exempt trivial change
Change-Id: Ibbfc44ffa6756fc6d0747b1b6edf2207297a767e
parent f56d6f64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
public class OriginRemoteTransition extends IRemoteTransition.Stub implements
        TransitionAnimationController.AnimationRunnerListener {
    private static final String TAG = "OriginRemoteTransition";
    private static final long FINISH_ANIMATION_TIMEOUT_MS = 100;
    private static final long FINISH_ANIMATION_TIMEOUT_MS = 200;

    private final Context mContext;
    private final boolean mIsEntry;