funkwhale-app-android/app/src/main/java/audio/funkwhale/ffa
Hugh Daschbach 2133d4a4fb 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.
2023-11-07 08:33:36 +00:00
..
activities Fixes form peer review 2023-09-28 17:32:53 +02:00
adapters Refactor CoverArt.withContext(). 2023-11-07 08:33:36 +00:00
fragments Refactor CoverArt.withContext(). 2023-11-07 08:33:36 +00:00
koin Resolve warning: ExoDatabaseProvider deprecated. 2022-12-06 09:35:32 +01:00
model Transcode at 320kbps when bandwidth limitation is enabled 2023-04-23 17:50:32 +00:00
playback Refactor CoverArt.withContext(). 2023-11-07 08:33:36 +00:00
repositories Sort Favourites by time 2023-01-13 12:52:52 +01:00
utils Refactor CoverArt.withContext(). 2023-11-07 08:33:36 +00:00
viewmodel Fix buffering progress bar display 2023-10-02 20:30:09 +02:00
views Prevent BottomSheet tap leaking to nav panels. 2023-11-07 08:33:36 +00:00
FFA.kt RequentBus: replace deprecated implementation. 2022-12-06 09:35:32 +01:00