From a43086fe2cc4adcee3f8901ae3aed292eb98594d Mon Sep 17 00:00:00 2001 From: David Britch Date: Wed, 21 Feb 2018 15:59:56 +0000 Subject: [PATCH] Removed Task.Delay test. --- src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs index bd41c96aa..adecba788 100644 --- a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs +++ b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs @@ -76,8 +76,6 @@ namespace eShopOnContainers { locator.DesiredAccuracy = 50; - // Delay getting the position to ensure that the UI has finished updating - await Task.Delay(2000); try { var position = await locator.GetPositionAsync();