summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
diff options
context:
space:
mode:
authorEthan Dennis <erdennis13@gmail.com>2017-03-20 10:40:04 -0500
committerJason Smith <jason.smith@xamarin.com>2017-03-20 08:40:04 -0700
commit5ca7259959022253c6a71c5290854929291caec5 (patch)
treeaae699f20b2f4b20e9418114504f825513002c60 /Xamarin.Forms.Platform.WinRT
parentf98e1525c15ca77ec9840c2b5c8020b1b320b141 (diff)
downloadxamarin-forms-5ca7259959022253c6a71c5290854929291caec5.tar.gz
xamarin-forms-5ca7259959022253c6a71c5290854929291caec5.tar.bz2
xamarin-forms-5ca7259959022253c6a71c5290854929291caec5.zip
UWP MapRenderer NRE and Location fixes (#811)
* Issues: 1. If UWP MapRenderer is navigated away from, before the user location is found, an uncaught NRE will be thrown. 2. UWP MapRenderer updates are not enforced to be on UI thread 3. Order of operations in MapRenderer would cause user location to never be shown. Fixes: 1. Added null checks in UpdateUserIsShowing and LoadUserPosition methods. 2. Called map position updates on UI thread. 3. Changed order of operations in OnElementChanged to allow for user geocoordinates to be shown. * Fixed code formatting issues * Fix formatting * Deterministic null checks * Updated null checks
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT')
0 files changed, 0 insertions, 0 deletions