mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
Changing wait time back to 200ms because there are times when the phone runs slower
This commit is contained in:
parent
a99dee19b0
commit
b17e3e2bc0
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ public class Controller {
|
|||
Device.setScreenPowerMode(Device.POWER_MODE_OFF);
|
||||
}
|
||||
},
|
||||
100);
|
||||
200);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue