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

Commit 2a98d36e authored by Tim Peng's avatar Tim Peng
Browse files

Crash in com.android.systemui.tests, java.lang.IllegalStateException

-Add "setAsMainLooper = true"

Bug: 189276722
Test: atest MediaOutputBaseDialogTest
Change-Id: I5932415999c5633bb5fc00377af58753ca14c131
parent 0c59d91a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ import org.junit.runner.RunWith;

@SmallTest
@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper
@TestableLooper.RunWithLooper(setAsMainLooper = true)
public class MediaOutputBaseDialogTest extends SysuiTestCase {

    private static final String TEST_PACKAGE = "test_package";