mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 06:39:39 +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);
|
Device.setScreenPowerMode(Device.POWER_MODE_OFF);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
100);
|
200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue