aritraroy/Flashbar

the snackbar doesn't dismiss when fragment close

Opened this issue · 1 comments

hi i use your library in different fragments and when i press the back bottom the snack bars don't dismiss
.

@Omidjoon guess it's probably because the builder's parameter accepts activity rather than context. So its actually using your fragment's parent activity and not the fragment's context

hi i use your library in different fragments and when i press the back bottom the snack bars don't dismiss
.