~artmello/gallery-app/gallery-app-delete_entries_issue

« back to all changes in this revision

Viewing changes to rc/qml/GalleryApplication.qml

  • Committer: CI bot
  • Author(s): Ugo Riboni
  • Date: 2014-08-12 20:06:32 UTC
  • mfrom: (1026.1.1 gallery-app-startup)
  • Revision ID: ps-jenkins@lists.canonical.com-20140812200632-v3gg7lli4nmssz2u
Load the main screen asynchronously to prevent blocking Fixes: 1349124
Approved by: Bill Filler

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
        source: allLoaded ? ((APP.pickModeEnabled) ? Qt.resolvedUrl("PickerScreen.qml") :
202
202
                                                     Qt.resolvedUrl("MainScreen.qml")) : ""
203
203
        visible: status === Loader.Ready
 
204
        asynchronous: true
204
205
    }
205
206
 
206
207
    Component.onCompleted: {