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

Commit c1ab6920 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix BackProgressAnimatorTest flake" into main

parents 172abd36 2f30f70f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ public class BackProgressAnimatorTest {
    @Before
    public void setUp() throws Exception {
        mTargetProgressCalled = new CountDownLatch(1);
        mTargetProgress = 0.5f;
        mMainThreadHandler = new Handler(Looper.getMainLooper());
        final BackMotionEvent backEvent = backMotionEventFrom(0, 0);
        mMainThreadHandler.post(