forked from Louvorg/ReaderForSelfoss-multiplatform
		
	Don't reset offline override before updating remote
This commit is contained in:
		| @@ -1017,7 +1017,6 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener, DIAwar | ||||
|                     Toast.makeText(this, R.string.refresh_in_progress, Toast.LENGTH_SHORT).show() | ||||
|                     // TODO: Use Dispatchers.IO | ||||
|                     CoroutineScope(Dispatchers.Main).launch { | ||||
|                         repository.offlineOverride = false | ||||
|                         val updatedRemote = repository.updateRemote() | ||||
|                         if (updatedRemote) { | ||||
|                             // TODO: Send toast messages from the repository | ||||
|   | ||||
		Reference in New Issue
	
	Block a user