mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 12:29:37 +00:00
perf(chatScroll): Use Qt.callLater to release the main thread when parsing and loading links data
perf(chatScroll): Undo Use Qt.callLater to release the main thread perf(chatScroll): Undo Use Qt.callLater to release the main thread
This commit is contained in:
parent
4e3e245675
commit
6c76026d53
@ -209,7 +209,7 @@ Column {
|
||||
Component.onCompleted: {
|
||||
// putting this is onCompleted prevents automatic binding, where
|
||||
// QML warns of a binding loop detected
|
||||
this.sourceComponent = getSourceComponent()
|
||||
this.sourceComponent = linkMessageLoader.getSourceComponent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user