mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 12:57:47 +01:00
MangaController: Fix listeners cancelled when pushing new controller within (#5883)
This commit is contained in:
parent
6151318ac1
commit
f41bde5ee1
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class MangaController :
|
|||
// Hide toolbar title on enter
|
||||
if (type.isEnter) {
|
||||
updateToolbarTitleAlpha()
|
||||
} else {
|
||||
} else if (!type.isPush) {
|
||||
// Cancel listeners early
|
||||
viewScope.cancel()
|
||||
updateToolbarTitleAlpha(1F)
|
||||
|
|
Loading…
Reference in a new issue