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

Commit 26650377 authored by Jean Chalard's avatar Jean Chalard
Browse files

[IL130] Remove a useless local

Bug: 8636060
Change-Id: I36ba3e00630bef644fc4671d0714490b5982f6a1
parent a777c1c4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -219,13 +219,11 @@ public final class InputLogic {
                    Event.NOT_A_KEY_CODE /* keyCode*/,
                    Constants.SUGGESTION_STRIP_COORDINATE /* x */,
                    Constants.SUGGESTION_STRIP_COORDINATE /* y */);
            final InputTransaction completeTransaction = onCodeInput(settingsValues, event,
                    keyboardShiftState, handler);
            if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
                ResearchLogger.latinIME_punctuationSuggestion(index, suggestion,
                        false /* isBatchMode */, suggestedWords.mIsPrediction);
            }
            return completeTransaction;
            return onCodeInput(settingsValues, event, keyboardShiftState, handler);
        }

        final Event event = Event.createSuggestionPickedEvent(suggestionInfo);