Auxio/app/src/main/java
OxygenCobalt 5536dd48df
ui: fix bottom sheet initialization
Fix an issue on some devices where bottom sheet transitions would not
initialize correctly.

Turns out I can't try to do transitions using the callback and simply
initalizing them on startup. Apparently on some devices,
CoordinatorLayout will simply not lay out until some arbitrary point
past onResume. This breaks our transitions.

Fix it by using a pre-draw listener instead. I cannot believe I have to
do this.
2022-07-29 15:00:06 -06:00
..
com/google/android/material/bottomsheet ui: fix bottom sheet initialization 2022-07-29 15:00:06 -06:00
org/oxycblt/auxio ui: fix bottom sheet initialization 2022-07-29 15:00:06 -06:00