Fixed
Status Update
Comments
sr...@gmail.com <sr...@gmail.com> #3
[Comment deleted]
je...@gmail.com <je...@gmail.com> #5
I'm still having this problem, even though "Fix Incoming" was noted in May. Any update?
cl...@gmail.com <cl...@gmail.com> #6
Are you using the Snackbar from:
compile 'com.android.support:design:23.1.0'
compile 'com.android.support:design:23.1.0'
fr...@gmail.com <fr...@gmail.com> #7
This issue is still present in com.android.support:design:23.1.1 and Android Studio 2.0 Beta 4.
al...@gmail.com <al...@gmail.com> #8
It's now one year later... any decision on the incoming fix ?
ma...@gmail.com <ma...@gmail.com> #9
Afaik the issue was resolved in a later support library update, I do use the implementation with milliseconds. It gives me a warning though but works as intended.
Description
"either be one of the predefined lengths: LENGTH_SHORT, LENGTH_LONG, or a custom duration in milliseconds."
The implementation of SnackbarManager precludes the latter option. Any duration that is not LENGTH_LONG is treated as LENGTH_SHORT. See scheduleTimeoutLocked() in SnackbarManager for the implementation.
Either SnackbarManager or the documentation should be fixed, so that the documentation and implementation are in agreement.
Thanks!