Properly update last emoji search index download time.

This commit is contained in:
Greyson Parrelli
2022-02-14 12:02:18 -05:00
parent be211547f2
commit 590b4dec12

View File

@@ -100,6 +100,7 @@ public final class EmojiSearchIndexDownloadJob extends BaseJob {
remoteLanguage.equals(SignalStore.emojiValues().getSearchLanguage()))
{
Log.i(TAG, "Already using the latest version of " + manifest.getVersion() + " with the correct language " + remoteLanguage);
SignalStore.emojiValues().setLastSearchIndexCheck(System.currentTimeMillis());
return;
}