Do not change the network override from within the repository

This commit is contained in:
2022-08-18 14:50:19 +02:00
parent d1481a1db6
commit 3c5b606a02
2 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,6 @@ class Repository(private val api: SelfossApi, private val apiDetails: ApiDetails
suspend fun updateRemote(): Boolean {
var response = false
offlineOverride = false
if (isConnectionAvailable.value) {
response = api.update()?.isSuccess == true
}