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

Commit 2f30f70f authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Fix BackProgressAnimatorTest flake

Bug: 375674605
Test: BackProgressAnimatorTest
Flag: EXEMPT bugfix
Change-Id: Ia15938c3db46b5b5787d611a5e8dabe42dabf84a
parent c889e1b1
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(