mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix being able to expand/collapse a single category via long press hopper
This commit is contained in:
parent
1e454f5a6c
commit
729f9af34a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue