Windows LocationService fixed.
This commit is contained in:
parent
7a7d8a87a1
commit
2e87eacded
@ -309,8 +309,7 @@ namespace eShopOnContainers.Core.ViewModels
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void UpdateUseAzureServices()
|
||||
{
|
||||
// Save use mocks services to local storage
|
||||
|
@ -1,12 +1,13 @@
|
||||
using eShopOnContainers.Core.Models.Location;
|
||||
using eShopOnContainers.Core.Services.Location;
|
||||
using eShopOnContainers.Windows.Services;
|
||||
using System;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Windows.Devices.Geolocation;
|
||||
using Windows.Foundation;
|
||||
|
||||
[assembly: Xamarin.Forms.Dependency(typeof(ILocationServiceImplementation))]
|
||||
[assembly: Xamarin.Forms.Dependency(typeof(LocationServiceImplementation))]
|
||||
namespace eShopOnContainers.Windows.Services
|
||||
{
|
||||
public class LocationServiceImplementation : ILocationServiceImplementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user