summaryrefslogtreecommitdiffstats
path: root/LICENSE.LGPLv21
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2016-06-16 15:39:33 +0200
committerTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-06-17 13:18:29 +0000
commit3e4f885f0c8f9d4e951241459d310ed977936806 (patch)
tree706f8cfc22a4dbb02b9ddbfe375e13d5376ec0a8 /LICENSE.LGPLv21
parent655687d84d6a5914227f2580889e20b7e1b31095 (diff)
UIKit: Ensure that Qt's application state is initialized at startup
Using dispatch_async to deliver the initial application state at startup was broken, as that would leave the application in the default application state, inactive, until the next runloop pass. This became a problem when an application was started backgrounded, eg. in response to location updates or a Bluetooth accessory waking it up, as it would have a small window of time at startup where it would think it was able to render content (since the window was exposed), while in fact the application was running in the background. iOS will in these situations kill the app for doing background rendering. Change-Id: I1ab4a6af08a154d8625c6451b4b5c8f4453e6b43 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'LICENSE.LGPLv21')
0 files changed, 0 insertions, 0 deletions