This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Removed Task.Delay test.
pull/521/head
David Britch
7 years ago
parent
0f0a7fb698
commit
a43086fe2c
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
=
5
0
;
// Delay getting the position to ensure that the UI has finished updating
await
Task
.
Delay
(
2
0
0
0
)
;
try
{
var
position
=
await
locator
.
GetPositionAsync
(
)
;
Write
Preview
Loading…
Cancel
Save