Markus Hettig

Results 3 comments of Markus Hettig

A workaround can be achieved with: ```kotlin // Example callback that hides skeleton private fun onDataLoaded() { TransitionManager.beginDelayedTransition(skeleton) skeleton.showOriginal() } ``` (Kotlin demo code from start page)

What will happen with this issue as PR #3027 is now declined?

@dsn5ft Although closed with 5e5eee0 this bug seems not to be fixed when using BottomSheet - as initially mentioned in #3124. **Steps to reproduce:** - Cloned the latest state of...