Correctly show tags in side pane

This commit is contained in:
davide 2022-08-13 17:35:50 +02:00
parent e6c70c66fc
commit 5ea75a5352

View File

@ -740,7 +740,7 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener, DIAwar
if (this@HomeActivity.isNetworkAvailable(null, offlineShortcut) && updateSources) {
CoroutineScope(Dispatchers.IO).launch {
val tags = repository.getTags()
tags = repository.getTags()
sourcesApiCall()
}
}