![]() 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. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
NOTICE | ||
proguard-rules.pro |