![]() 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. |
||
---|---|---|
.. | ||
com/google/android/material/bottomsheet | ||
org/oxycblt/auxio |