mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
[IL130] Remove a useless local
Bug: 8636060 Change-Id: I36ba3e00630bef644fc4671d0714490b5982f6a1
This commit is contained in:
parent
a777c1c460
commit
26650377cf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user