mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix the build
That was a merge not well resolved by git >.> Change-Id: I3cd042d6a5206daf1e9942358405d647c67423dd
This commit is contained in:
parent
310bb2c76f
commit
c0748a1990
@ -128,7 +128,7 @@ public final class Suggest {
|
||||
|
||||
final String whitelistedWord;
|
||||
if (suggestionsContainer.isEmpty()) {
|
||||
whitelistedWord = firstSuggestion = null;
|
||||
whitelistedWord = null;
|
||||
} else {
|
||||
final SuggestedWordInfo firstSuggestedWordInfo = suggestionsContainer.get(0);
|
||||
final String firstSuggestion = firstSuggestedWordInfo.mWord;
|
||||
|
Loading…
Reference in New Issue
Block a user