Skip to content

Commit 55c2c66

Browse files
committed
clean up and style improving
1 parent 56ec1d9 commit 55c2c66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/Mobile/eShopOnContainers/eShopOnContainers.Core

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected override async void OnStart()
5252

5353
if (Settings.AllowGpsLocation && !Settings.UseFakeLocation)
5454
{
55-
await GetRealLocation();
55+
await GetGpsLocation();
5656
}
5757

5858
if (!Settings.UseMocks && !string.IsNullOrEmpty(Settings.UserId))
@@ -68,7 +68,7 @@ protected override void OnSleep()
6868
// Handle when your app sleeps
6969
}
7070

71-
private async Task GetRealLocation()
71+
private async Task GetGpsLocation()
7272
{
7373
var locator = CrossGeolocator.Current;
7474

0 commit comments

Comments
 (0)