mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-31 19:44:31 +01:00
Apply workarounds in the cleanup process
Accessing settings may require workarounds on certain devices. Fixes #6405 <https://github.com/Genymobile/scrcpy/issues/6405>
This commit is contained in:
@@ -196,6 +196,7 @@ public final class CleanUp {
|
||||
|
||||
// Needed for workarounds
|
||||
prepareMainLooper();
|
||||
Workarounds.apply();
|
||||
|
||||
int displayId = Integer.parseInt(args[0]);
|
||||
int restoreStayOn = Integer.parseInt(args[1]);
|
||||
|
||||
Reference in New Issue
Block a user