From 745cba6149398608dd67dfa4de1c3429a13a2ade Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 19 Oct 2016 12:57:31 +0200 Subject: Don't load the background image asynchronously This can lead to a white background in the app launch transition Change-Id: I7b62e778240fcf6a2bb69c56678b6e98648ba57e Reviewed-by: Nedim Hadzic --- imports/shared/controls/DisplayBackground.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/imports/shared/controls/DisplayBackground.qml b/imports/shared/controls/DisplayBackground.qml index 2792c73..caf0d77 100644 --- a/imports/shared/controls/DisplayBackground.qml +++ b/imports/shared/controls/DisplayBackground.qml @@ -44,7 +44,6 @@ Item { //anchors.centerIn: parent source: Style.gfx2(background) visible: !Style.fakeBackground - asynchronous: true fillMode: Image.PreserveAspectCrop } -- cgit v1.2.3