mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Set last search index download time.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user