mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +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