Ensure typing bar is invisible when reduced
This commit is contained in:
		@@ -9,6 +9,7 @@ Rectangle {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    color: theme.chat.typingMembers.background
 | 
					    color: theme.chat.typingMembers.background
 | 
				
			||||||
    implicitHeight: typingLabel.text ? rowLayout.height : 0
 | 
					    implicitHeight: typingLabel.text ? rowLayout.height : 0
 | 
				
			||||||
 | 
					    opacity: implicitHeight ? 1 : 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Behavior on implicitHeight { HNumberAnimation {} }
 | 
					    Behavior on implicitHeight { HNumberAnimation {} }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user