Browse Source

Removed Task.Delay test.

pull/521/head
David Britch 7 years ago
parent
commit
a43086fe2c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs

+ 0
- 2
src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs View File

@ -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();


Loading…
Cancel
Save