mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Fix: hide the nothing here indicator when refreshing home page
This commit is contained in:
parent
bb0ae23bb8
commit
1cffeeb9c9
@ -84,6 +84,7 @@ class HomeFragment : Fragment() {
|
||||
private fun fetchHomeFeed() {
|
||||
lifecycleScope.launch {
|
||||
repeatOnLifecycle(Lifecycle.State.CREATED) {
|
||||
binding.nothingHere.isGone = true
|
||||
val defaultItems = resources.getStringArray(R.array.homeTabItemsValues)
|
||||
val visibleItems = PreferenceHelper
|
||||
.getStringSet(PreferenceKeys.HOME_TAB_CONTENT, defaultItems.toSet())
|
||||
|
Loading…
x
Reference in New Issue
Block a user