Skip to content

Commit a43086f

Browse files
David BritchDavid Britch
authored andcommitted
Removed Task.Delay test.
1 parent 0f0a7fb commit a43086f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/Mobile/eShopOnContainers/eShopOnContainers.Core

src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ private async Task GetGpsLocation()
7676
{
7777
locator.DesiredAccuracy = 50;
7878

79-
// Delay getting the position to ensure that the UI has finished updating
80-
await Task.Delay(2000);
8179
try
8280
{
8381
var position = await locator.GetPositionAsync();

0 commit comments

Comments
 (0)