mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 13:39:24 +00:00
Properly update last emoji search index download time.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user