mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Remove trailing comma
Fix typo.
This commit is contained in:
parent
edc81b4a1c
commit
57a40917d4
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ public class Controller implements AsyncProcessor, VirtualDisplayListener {
|
|||
// Screen is off
|
||||
// Only press POWER on ACTION_DOWN
|
||||
if (action != KeyEvent.ACTION_DOWN) {
|
||||
// do nothing,
|
||||
// do nothing
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue