Don't animate "Loading messages..." when invisible
This commit is contained in:
		@@ -216,7 +216,7 @@ Rectangle {
 | 
				
			|||||||
                width: Math.min(parent.width, implicitWidth)
 | 
					                width: Math.min(parent.width, implicitWidth)
 | 
				
			||||||
                anchors.centerIn: parent
 | 
					                anchors.centerIn: parent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                loading: true
 | 
					                loading: parent.visible
 | 
				
			||||||
                text: qsTr("Loading previous messages...")
 | 
					                text: qsTr("Loading previous messages...")
 | 
				
			||||||
                enableRadius: true
 | 
					                enableRadius: true
 | 
				
			||||||
                iconItem.small: true
 | 
					                iconItem.small: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user