Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d0fcaf7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "correct up eventTime" into main am: 64736b32 am: 2a28824d

parents ffa29301 2a28824d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -475,6 +475,7 @@ public class InputShellCommand extends ShellCommand {
                }
            }
        }
        event = KeyEvent.changeTimeRepeat(event, SystemClock.uptimeMillis(), 0);
        injectKeyEvent(KeyEvent.changeAction(event, KeyEvent.ACTION_UP), async);
    }