Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit a43086f

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

File tree

1 file changed

+0
-2
lines changed
  • src/Mobile/eShopOnContainers/eShopOnContainers.Core

1 file changed

+0
-2
lines changed

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)