mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 00:59:24 +01:00
ignore gesture insets for library filter sheet
This commit is contained in:
parent
922f115c78
commit
dd877edb49
@ -147,6 +147,8 @@ class FilterBottomSheet @JvmOverloads constructor(context: Context, attrs: Attri
|
||||
onGroupClicked(ACTION_DISPLAY)
|
||||
}
|
||||
|
||||
sheetBehavior?.isGestureInsetBottomIgnored = true
|
||||
|
||||
val activeFilters = hasActiveFiltersFromPref()
|
||||
if (activeFilters && sheetBehavior.isHidden() && sheetBehavior?.skipCollapsed == false) {
|
||||
sheetBehavior?.collapse()
|
||||
|
Loading…
Reference in New Issue
Block a user