Skip to content
Snippets Groups Projects
Commit ab3205c0 authored by Hugh Daschbach's avatar Hugh Daschbach
Browse files

Prevent BottomSheet tap leaking to nav panels.

With the BottomSheet open, while trying to tap one of the
controls (esp. add to playlist and favorite buttons) it is easy to
miss the touch point and tap directly on the BottomSheet.

This tap bleeds through to whatever fragment is currently displayed in
the navigation area (Artist, Album, Playlists, etc.).  That tap
changes the view in the navigation panel.  For example, if the Artist
fragment it current, it will open a list of the artists albums.

That change may be surprising when the BottomSheet is toggled closed.
So, ignore BottomSheet taps outside the active controls.
parent 9cd8826e
No related branches found
No related tags found
1 merge request!331Extend merge request !310
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment