Initialize FakeContext first

fix4392zxc.1
Romain Vimont 7 months ago
parent 65d6bdb237
commit 29c305ca5f

@ -33,6 +33,7 @@ public final class Workarounds {
Workarounds.prepareMainLooper();
try {
fillActivityThread();
FakeContext.get();
} catch (Exception e) {
throw new AssertionError(e);
}

Loading…
Cancel
Save