Did anyone ever encounter a `SnackBar` duration i...
# compose
w
Did anyone ever encounter a
SnackBar
duration issue where it always shows 10seconds in emulator and works fine(4 seconds)on the real device (with
Copy code
duration = SnackbarDuration.Short
)? really odd. • No developer settings to change animation
turns out it happens when system UI crashed on the emulator 🤦