Removed Task.Delay test.

This commit is contained in:
David Britch 2018-02-21 15:59:56 +00:00
parent 0f0a7fb698
commit a43086fe2c

View File

@ -76,8 +76,6 @@ namespace eShopOnContainers
{ {
locator.DesiredAccuracy = 50; locator.DesiredAccuracy = 50;
// Delay getting the position to ensure that the UI has finished updating
await Task.Delay(2000);
try try
{ {
var position = await locator.GetPositionAsync(); var position = await locator.GetPositionAsync();