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

Commit eea35ead authored by William Escande's avatar William Escande Committed by Android (Google) Code Review
Browse files

Merge "Wait for the looper to be acquired" into main

parents 0f888e50 03e16bbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ public class TestLooperManager {
        if (!mLooperIsMyLooper) {
            // Post a message that will keep the looper blocked as long as we are dispatching.
            new Handler(looper).post(new LooperHolder());
            waitForLooperHolder();
        } else {
            mLooperHolderLatch.countDown();
        }