Set last search index download time.

This commit is contained in:
Greyson Parrelli
2021-06-07 10:32:18 -04:00
parent 06aec0b7d7
commit b25b8b90e4
2 changed files with 2 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ public class EmojiValues extends SignalStoreValues {
return getLong(LAST_SEARCH_CHECK, 0);
}
public void setLastSearchIndexCheck(int time) {
public void setLastSearchIndexCheck(long time) {
putLong(LAST_SEARCH_CHECK, time);
}
}