mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
MangaController: Fix listeners cancelled when pushing new controller within (#5883)
This commit is contained in:
parent
6151318ac1
commit
f41bde5ee1
@ -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 New Issue
Block a user