mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Fix font version check timeout.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user