Disable link loading animation when offscreen
Stop the link preview loading indicator animation running when the delegate isn't visible. CCBUG: 465715
This commit is contained in:
@@ -31,6 +31,7 @@ TimelineContainer {
|
||||
}
|
||||
LinkPreviewDelegate {
|
||||
Layout.fillWidth: true
|
||||
indicatorEnabled: messageDelegate.isVisibleInTimeline()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user