<@U3ZLHBTLG> is there any reason why Snackbar exte...
# splitties
r
@louiscad is there any reason why Snackbar extensions are only defined on CoordinatorLayout? From what I understand you can use a Snackbar without a CoordinatorLayout, but not with Splitties 😕
l
@ribesg They play better within a
CoordinatorLayout
, and looked for one, so I decided to support only the best case, but I can open the receiver to
View
if you need it, and it's in the next dev release this week, maybe even today.
👍 1
r
Well it’s something supported by
Snackbar
so I think it should be supported by Splitties too
l
Well, I try to avoid exposing the risky parts of Android and AndroidX in Splitties, although that one is arguable 🙂
r
Snackbar
has the same functionality as a toast when used without a
CoordinatorLayout
, that’s how I use it. Toasts look old! It’s also a bit weird to have both toasts and snacks in the same app