Removed Task.Delay test.
This commit is contained in:
parent
0f0a7fb698
commit
a43086fe2c
@ -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…
x
Reference in New Issue
Block a user