mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-25 02:51:47 +01:00
More fixes to auto hide bottom nav
This commit is contained in:
parent
4ccd051cd5
commit
e0247e869b
@ -715,6 +715,7 @@ class LibraryController(
|
|||||||
recycler_cover.isFocusable = false
|
recycler_cover.isFocusable = false
|
||||||
showDropdown()
|
showDropdown()
|
||||||
} else {
|
} else {
|
||||||
|
updateFilterSheetY()
|
||||||
closeTip()
|
closeTip()
|
||||||
if (filter_bottom_sheet.sheetBehavior.isHidden()) {
|
if (filter_bottom_sheet.sheetBehavior.isHidden()) {
|
||||||
filter_bottom_sheet.invisible()
|
filter_bottom_sheet.invisible()
|
||||||
|
@ -264,6 +264,9 @@ class SourceController :
|
|||||||
ext_bottom_sheet.updateExtTitle()
|
ext_bottom_sheet.updateExtTitle()
|
||||||
ext_bottom_sheet.presenter.refreshExtensions()
|
ext_bottom_sheet.presenter.refreshExtensions()
|
||||||
}
|
}
|
||||||
|
if (!type.isEnter) {
|
||||||
|
setBottomPadding()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onActivityResumed(activity: Activity) {
|
override fun onActivityResumed(activity: Activity) {
|
||||||
|
Loading…
Reference in New Issue
Block a user