mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
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)
|
syncActivityViewWithController(to, from, isPush)
|
||||||
appbar.y = 0f
|
appbar.y = 0f
|
||||||
|
snackBar?.dismiss()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onChangeCompleted(
|
override fun onChangeCompleted(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue