mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	MangaController: Fix listeners cancelled when pushing new controller within (#5883)
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user