1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add asynchronous load to Community

This commit is contained in:
Elias Steurer 2020-12-11 14:15:22 +01:00
parent 70e00fc9c6
commit af646ba78c

View File

@ -128,6 +128,7 @@ Item {
Loader {
active: SwipeView.isCurrentItem || SwipeView.isNextItem
|| SwipeView.isPreviousItem
asynchronous: true
sourceComponent: Item {
Component.onCompleted: timer.start()
Timer {