Remove trailing comma

Fix typo.
This commit is contained in:
Romain Vimont 2026-03-31 19:54:46 +02:00
parent edc81b4a1c
commit 57a40917d4

View file

@ -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;
}