gowong / material-sheet-fab

Android library that provides the floating action button to sheet transition from Google's Material Design.
MIT License
1.58k stars 255 forks source link

Animators may only be run on Looper threads #57

Open triandamai opened 3 years ago

triandamai commented 3 years ago

when hide sheet hideSheet(); get error: FATAL EXCEPTION: cs-decoder Process: com.example.cexup_device, PID: 9091 android.util.AndroidRuntimeException: Animators may only be run on Looper threads at android.animation.ValueAnimator.start(ValueAnimator.java:1044)