mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Fix toolbar menu being broken on transition (fixes #5135)
This commit is contained in:
		| @@ -34,8 +34,9 @@ class OneWayFadeChangeHandler : FadeChangeHandler { | ||||
|         } | ||||
|  | ||||
|         if (from != null && (!isPush || removesFromViewOnPush())) { | ||||
|             container.removeView(from) | ||||
|             from.alpha = 0f | ||||
|         } | ||||
|  | ||||
|         return animator | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user