Fix font version check timeout.

This commit is contained in:
Cody Henthorne 2022-05-23 21:58:24 -04:00
parent 53252aa797
commit a652bc65cc

View file

@ -51,6 +51,7 @@ data class FontVersion(val id: Long, val path: String) {
writeVersionToDisk(context, fromNetwork) ?: NONE
} else {
Log.i(TAG, "Network version is the same as our local version.")
SignalStore.storyValues().lastFontVersionCheck = System.currentTimeMillis()
fromDisk
}
} else {