Fix font version check timeout.
This commit is contained in:
parent
53252aa797
commit
a652bc65cc
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue