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

Commit 64736b32 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "correct up eventTime" into main

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