CCExtractor / beacon

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

notifications fixed #224

Closed RunTerror closed 5 months ago

RunTerror commented 5 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