DONOTMERGE workaround for Android 11 testing

This commit is contained in:
Romain Vimont
2023-10-25 00:17:26 +02:00
parent 31bbb97650
commit c122c351b8

View File

@@ -32,7 +32,7 @@ public final class Workarounds {
Workarounds.prepareMainLooper(); Workarounds.prepareMainLooper();
boolean mustFillAppInfo = false; boolean mustFillAppInfo = false;
boolean mustFillBaseContext = false; boolean mustFillBaseContext = true;
boolean mustFillAppContext = false; boolean mustFillAppContext = false;
if (Build.BRAND.equalsIgnoreCase("meizu")) { if (Build.BRAND.equalsIgnoreCase("meizu")) {