We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93332a4 commit 583a084Copy full SHA for 583a084
src/Shiny.Locations/Platforms/Apple/GeofenceManager.cs
@@ -28,7 +28,6 @@ public async void Start()
28
var regions = repository.GetList<GeofenceRegion>();
29
if (regions.Any())
30
{
31
- (await this.RequestAccess().ConfigureAwait(false)).Assert();
32
var mon = await this.GetMonitor();
33
34
foreach (var region in regions)
0 commit comments