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

Commit 393da03c authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix handling shift + enter

Bug: 14278758
Change-Id: Id77c99b83cc69855972b27c9cebd482c8cbd3539
parent 7de3d0ee
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -451,8 +451,10 @@ public final class InputLogic {
                break;
            case Constants.CODE_SHIFT_ENTER:
                // TODO: remove this object
                final Event tmpEvent = Event.createSoftwareKeypressEvent(Constants.CODE_ENTER,
                        event.mKeyCode, event.mX, event.mY, event.isKeyRepeat());
                final InputTransaction tmpTransaction = new InputTransaction(
                        inputTransaction.mSettingsValues, inputTransaction.mEvent,
                        inputTransaction.mSettingsValues, tmpEvent,
                        inputTransaction.mTimestamp, inputTransaction.mSpaceState,
                        inputTransaction.mShiftState);
                didAutoCorrect = handleNonSpecialCharacter(tmpTransaction, handler);