Ensure typing bar is invisible when reduced

This commit is contained in:
miruka 2019-10-27 14:51:46 -04:00
parent 040bfe37f8
commit eb582424b9

View File

@ -9,6 +9,7 @@ Rectangle {
color: theme.chat.typingMembers.background
implicitHeight: typingLabel.text ? rowLayout.height : 0
opacity: implicitHeight ? 1 : 0
Behavior on implicitHeight { HNumberAnimation {} }