mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +01:00
Fix being able to expand/collapse a single category via long press hopper
This commit is contained in:
parent
1e454f5a6c
commit
729f9af34a
@ -614,7 +614,7 @@ class LibraryController(
|
||||
when (preferences.hopperLongPressAction().get()) {
|
||||
3 -> showGroupOptions()
|
||||
2 -> showDisplayOptions()
|
||||
1 -> presenter.toggleAllCategoryVisibility()
|
||||
1 -> if (canCollapseOrExpandCategory() != null) presenter.toggleAllCategoryVisibility()
|
||||
else -> activityBinding?.toolbar?.menu?.performIdentifierAction(
|
||||
R.id.action_search,
|
||||
0
|
||||
|
Loading…
Reference in New Issue
Block a user