Skip to content

Commit

Permalink
Fixing case where location upladed started wasn't being reported
Browse files Browse the repository at this point in the history
  • Loading branch information
ssathy2 committed Nov 1, 2021
1 parent b1493be commit d9fc63a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IFTTT SDK/LocationService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ final class LocationService: NSObject, SynchronizationSubscriber {
regionEventsRegistry.remove(existingRegionEvents)
completion(false, nil)
} else if existingRegionEvents.count > 0 {
eventReporter.regionEventsStartUpload(existingRegionEvents)
sessionManager.upload(
events: existingRegionEvents,
credentialProvider: credentialProvider,
Expand Down

0 comments on commit d9fc63a

Please sign in to comment.