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

Commit a0a999d8 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug in KeyAction in HdmiControlService"

parents 993a3e49 708b974f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ final class SendKeyAction extends FeatureAction {
        if (isPressed) {
            if (keycode != mLastKeycode) {
                if (!HdmiCecKeycode.isRepeatableKey(keycode)) {
                    sendKeyUp();
                    sendKeyDown(keycode);
                    finish();
                    return;
                }