diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-18 11:00:48 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-18 11:00:48 -0600 |
commit | 923f1a007d566bd40226b0b759c93a7d0951a5b5 (patch) | |
tree | fd40f84454ce9ee3fd09d8ce8a42ee569969cc9b /shared/src | |
parent | 9c0a050a731382920dc04e64665e2882fa5554e2 (diff) | |
parent | 269f3454d128237e82cbb57dac77c58ab7423aaf (diff) | |
download | etbsa-trackermap-mobile-923f1a007d566bd40226b0b759c93a7d0951a5b5.tar.gz etbsa-trackermap-mobile-923f1a007d566bd40226b0b759c93a7d0951a5b5.tar.bz2 etbsa-trackermap-mobile-923f1a007d566bd40226b0b759c93a7d0951a5b5.zip |
Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobile
Diffstat (limited to 'shared/src')
-rw-r--r-- | shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/controllers/ReportController.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/controllers/ReportController.kt b/shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/controllers/ReportController.kt index 78f0173..fcde002 100644 --- a/shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/controllers/ReportController.kt +++ b/shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/controllers/ReportController.kt @@ -95,7 +95,7 @@ class ReportController( val eventsResult = reportsApi.reportsEventsGet( from, to, EventInformation.reportTypesToStrings(types), deviceId ) - val geofencesResult = geofencesApi.geofencesGet(all = true) + val geofencesResult = geofencesApi.geofencesGet() val result = mutableListOf<EventInformation>() eventsResult.forEach { event -> |