mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
DONOTMERGE workaround for Android 11 testing
This commit is contained in:
parent
b4c2414a52
commit
f400022b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue