forked from qt-creator/qt-creator
Fix to qmlpreview failing to upload files
Return to correct function call order when preparing and uploading data to the device. Pick-to: 6.0 Change-Id: Id4c56eda385964bc97b7d866bc6d76cf854feca2 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -209,8 +209,8 @@ void AndroidQmlPreviewWorker::start()
|
|||||||
}
|
}
|
||||||
const bool previewStarted = ensureAvdIsRunning()
|
const bool previewStarted = ensureAvdIsRunning()
|
||||||
&& checkAndInstallPreviewApp()
|
&& checkAndInstallPreviewApp()
|
||||||
&& uploadPreviewArtefacts()
|
|
||||||
&& preparePreviewArtefacts()
|
&& preparePreviewArtefacts()
|
||||||
|
&& uploadPreviewArtefacts()
|
||||||
&& startPreviewApp();
|
&& startPreviewApp();
|
||||||
|
|
||||||
previewStarted ? reportStarted() : reportStopped();
|
previewStarted ? reportStarted() : reportStopped();
|
||||||
|
Reference in New Issue
Block a user