|
@@ -195,7 +195,7 @@ class MangaController :
|
|
// Hide toolbar title on enter
|
|
// Hide toolbar title on enter
|
|
if (type.isEnter) {
|
|
if (type.isEnter) {
|
|
updateToolbarTitleAlpha()
|
|
updateToolbarTitleAlpha()
|
|
- } else {
|
|
|
|
|
|
+ } else if (!type.isPush) {
|
|
// Cancel listeners early
|
|
// Cancel listeners early
|
|
viewScope.cancel()
|
|
viewScope.cancel()
|
|
updateToolbarTitleAlpha(1F)
|
|
updateToolbarTitleAlpha(1F)
|