forked from Louvorg/ReaderForSelfoss-multiplatform
Fixing api version issue on login.
This commit is contained in:
1 parent
17293e5574
commit
8cf462a755
2 files changed
+3
-1
No files matched your search
+1
-1
@@ -354,7 +354,7 @@ class Repository(private val api: SelfossApi, private val appSettingsService: Ap
|
||||
api.refreshLoginInformation()
|
||||
}
|
||||
|
||||
private suspend fun updateApiVersion() {
|
||||
suspend fun updateApiVersion() {
|
||||
val apiMajorVersion = appSettingsService.getApiVersion()
|
||||
|
||||
if (isNetworkAvailable()) {
|
||||
|
||||
Reference in new issue
Block a user