why is kate so sht

This commit is contained in:
X1nto 2020-08-12 16:35:00 +04:00
parent c3c9029b0e
commit 6069553f4a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ open class HomeViewModel(application: Application): AndroidViewModel(application
CoroutineScope(Dispatchers.IO).launch {
fetching.set(true)
//Crowdin has problems with R, skip fetching
if (Build.VERSION_SDK_INT < Build.VERSION_CODES.R)
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R)
try {
Crowdin.forceUpdate(getApplication())
} catch (e: Exception) {