CCExtractor / beacon

Flutter application to share location with a group. (under development)
67 stars 149 forks source link

notifications fixed #224

Closed RunTerror closed 8 months ago

RunTerror commented 9 months ago

The second notification was scheduled in the past, which is not allowed. To address this issue, I've implemented a validation check to ensure that the second scheduled notification time occurs after the beacon start time.

215