mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix test breakage
Change-Id: I10bd8fcc68711a039e000f715d7a65ae42095965
This commit is contained in:
parent
92038bcacd
commit
2b39fab829
@ -18,6 +18,7 @@ package com.android.inputmethod.latin.utils;
|
||||
|
||||
import android.text.TextUtils;
|
||||
|
||||
import com.android.inputmethod.annotations.UsedForTesting;
|
||||
import com.android.inputmethod.latin.Constants;
|
||||
import com.android.inputmethod.latin.settings.SettingsValues;
|
||||
|
||||
@ -219,6 +220,7 @@ public final class StringUtils {
|
||||
return true;
|
||||
}
|
||||
|
||||
@UsedForTesting
|
||||
public static boolean looksValidForDictionaryInsertion(final CharSequence text,
|
||||
final SettingsValues settings) {
|
||||
if (TextUtils.isEmpty(text)) return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user