Auxio/app
Alexander Capehart e39d4d879c
ui: fix stuck sheet when playback ends
Fix an issue where the playback sheet will suddenly become "stuck" when
playback ends, preventing back navigation or playing new tracks.

This is, once again, caused by bottom sheet insanity. It does not
expose the target state of a sheet at all when it's settling, making
Auxio believe that it has to repeatedly "fix" the state of a hiding
playback sheet and leading to those aforementioned issues.

Fix this by band-aiding it with yet a n o t h e r bottom sheet behavior
extension that exposes the target state. This will be eventually be
used in the whole bottom sheet flow, as it allows me to abort
in-progress sheet transitions, but I'm not going to rock the boat like
this in a patch release. Probably 3.2.0.

Resolves #464.
2023-06-02 14:34:19 -06:00
..
src ui: fix stuck sheet when playback ends 2023-06-02 14:34:19 -06:00
build.gradle build: drop api 21-23 support 2023-06-01 10:52:44 -06:00
NOTICE deps: update deps 2023-03-17 15:13:11 -06:00
proguard-rules.pro build: fix release 2023-05-20 20:11:33 -06:00