mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
fix: downloads adapter empty
This commit is contained in:
parent
252365b1ff
commit
e0f033f1aa
@ -172,6 +172,7 @@ class DownloadsFragmentPage : DynamicLayoutManagerFragment(R.layout.fragment_dow
|
|||||||
return@DownloadsAdapter isDownloading.not()
|
return@DownloadsAdapter isDownloading.not()
|
||||||
}
|
}
|
||||||
binding.downloadsRecView.adapter = adapter
|
binding.downloadsRecView.adapter = adapter
|
||||||
|
adapter.submitList(downloads)
|
||||||
|
|
||||||
var selectedSortType =
|
var selectedSortType =
|
||||||
PreferenceHelper.getInt(PreferenceKeys.SELECTED_DOWNLOAD_SORT_TYPE, 0)
|
PreferenceHelper.getInt(PreferenceKeys.SELECTED_DOWNLOAD_SORT_TYPE, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user