undo snackbar dismissed when changing controllers
This commit is contained in:
parent
8e155044f2
commit
a66327abbf
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ open class MainActivity : BaseActivity(), DownloadServiceListener {
|
|||
|
||||
syncActivityViewWithController(to, from, isPush)
|
||||
appbar.y = 0f
|
||||
snackBar?.dismiss()
|
||||
}
|
||||
|
||||
override fun onChangeCompleted(
|
||||
|
|
Reference in a new issue