summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-07-09 16:55:38 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-07-11 15:38:59 -0700
commitf96fef82928698df1d047de1a27cf6d856dee8b8 (patch)
tree02917c4e0362b72561062aad364f0c57746607c3 /.travis.yml
parent00308be14093bce1632d2d66e302a35d8a1572b8 (diff)
downloadqtlocation-mapboxgl-f96fef82928698df1d047de1a27cf6d856dee8b8.tar.gz
Create GLKView before binding it and resuming
Or: don’t resume the map until the application has entered the foreground. UIApplicationWillEnterForegroundNotification is posted before UIApplicationDidBecomeActiveNotification, while the application is still in the background. That caused -createGLView to bail but did not cause the rest of -wakeGL: to bail. We would create the GLKView only after attempting to bind it (a no-op), resulting in a black view. Fixes #1855.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions