Develop #5

Merged
SemvdH merged 62 commits from develop into main 2021-01-14 10:55:23 +00:00
Showing only changes of commit 9a746a1351 - Show all commits

View File

@@ -91,7 +91,7 @@ public class GeofenceInitalizer {
private void addGeofence(GeoPoint p, String name) {
if (!checkFineLocationPermission()) return;
Geofence geofence = geoFencingHelper.getGeofence(name, p, 45);
Geofence geofence = geoFencingHelper.getGeofence(name, p, 60);
GeofencingRequest geofencingRequest = geoFencingHelper.getGeoFencingRequest(geofence);
PendingIntent pendingIntent = geoFencingHelper.getPendingIntent();