mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Redownload emoji search index if data is missing.
This commit is contained in:
@@ -135,6 +135,10 @@ public class EmojiValues extends SignalStoreValues {
|
||||
.apply();
|
||||
}
|
||||
|
||||
public void clearSearchIndexVersion() {
|
||||
getStore().beginWrite().remove(SEARCH_VERSION).apply();
|
||||
}
|
||||
|
||||
public @Nullable String getSearchLanguage() {
|
||||
return getString(SEARCH_LANGUAGE, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user