Merge branch 'dev' of github.com:OxygenCobalt/Auxio into dev

This commit is contained in:
Alexander Capehart 2024-06-20 22:00:24 -06:00
commit 5707aa1d31
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -124,6 +124,8 @@ fun Toolbar.overrideOnOverflowMenuClick(block: (View) -> Unit) {
// The overflow menu's view implementation is package-private, so test for the
// first child that isn't a plain action button.
if (menuChild !is ActionMenuItemView) {
// Override all listeners related to opening the overflow menu.
menuChild.setOnTouchListener(null)
menuChild.setOnClickListener(block)
return
}