mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix
This commit is contained in:
parent
b5acdc406d
commit
42c14afccc
2 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,6 @@ class DownloadChildFragment : Fragment() {
|
||||||
activity?.onBackPressedDispatcher?.onBackPressed() // TODO FIX
|
activity?.onBackPressedDispatcher?.onBackPressed() // TODO FIX
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fixPaddingStatusbar(binding?.downloadChildRoot)
|
|
||||||
|
|
||||||
binding?.downloadChildToolbar?.apply {
|
binding?.downloadChildToolbar?.apply {
|
||||||
title = name
|
title = name
|
||||||
|
@ -155,6 +154,7 @@ class DownloadChildFragment : Fragment() {
|
||||||
}
|
}
|
||||||
|
|
||||||
context?.let { downloadsViewModel.updateChildList(it, folder) }
|
context?.let { downloadsViewModel.updateChildList(it, folder) }
|
||||||
|
fixPaddingStatusbar(binding?.downloadChildRoot)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun handleSelectedChange(selected: MutableSet<Int>) {
|
private fun handleSelectedChange(selected: MutableSet<Int>) {
|
||||||
|
|
|
@ -217,6 +217,7 @@ class DownloadFragment : Fragment() {
|
||||||
handleScroll(scrollY - oldScrollY)
|
handleScroll(scrollY - oldScrollY)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
context?.let { downloadsViewModel.updateHeaderList(it) }
|
context?.let { downloadsViewModel.updateHeaderList(it) }
|
||||||
fixPaddingStatusbar(binding?.downloadRoot)
|
fixPaddingStatusbar(binding?.downloadRoot)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue