DONOTMERGE workaround for Android 11 testing

This commit is contained in:
Romain Vimont 2023-10-25 00:17:26 +02:00
parent 89049db1dd
commit f92c22e331

View File

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