Skip to content

Commit

Permalink
Don't load the background image asynchronously
Browse files Browse the repository at this point in the history
This can lead to a white background in the app launch transition

Change-Id: I7b62e778240fcf6a2bb69c56678b6e98648ba57e
Reviewed-by: Nedim Hadzic <[email protected]>
  • Loading branch information
Gagi2k committed Oct 19, 2016
1 parent d2f0e1f commit 745cba6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imports/shared/controls/DisplayBackground.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Item {
//anchors.centerIn: parent
source: Style.gfx2(background)
visible: !Style.fakeBackground
asynchronous: true
fillMode: Image.PreserveAspectCrop
}

Expand Down

0 comments on commit 745cba6

Please sign in to comment.