mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 23:51:53 +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
|
||||
showDropdown()
|
||||
} else {
|
||||
updateFilterSheetY()
|
||||
closeTip()
|
||||
if (filter_bottom_sheet.sheetBehavior.isHidden()) {
|
||||
filter_bottom_sheet.invisible()
|
||||
|
@ -264,6 +264,9 @@ class SourceController :
|
||||
ext_bottom_sheet.updateExtTitle()
|
||||
ext_bottom_sheet.presenter.refreshExtensions()
|
||||
}
|
||||
if (!type.isEnter) {
|
||||
setBottomPadding()
|
||||
}
|
||||
}
|
||||
|
||||
override fun onActivityResumed(activity: Activity) {
|
||||
|
Loading…
Reference in New Issue
Block a user