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

Commit 28a7999a authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Fix flake in BackProgressAnimatorTest

Bug: 375674605
Test: BackProgressAnimatorTest
Flag: EXEMPT test-only bugfix
Change-Id: I025203b71920011218d8c017e9718f680ca9567c
parent 4a10fd11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ public class BackProgressAnimatorTest {

    @Before
    public void setUp() throws Exception {
        mTargetProgressCalled = new CountDownLatch(1);
        mMainThreadHandler = new Handler(Looper.getMainLooper());
        final BackMotionEvent backEvent = backMotionEventFrom(0, 0);
        mMainThreadHandler.post(