ja2375 / add_2_calendar

A really simple Flutter plugin to add events to each platform's default calendar..
MIT License
188 stars 111 forks source link

Fix callback for calendar modal on iOS 17 #154

Open vbuberen opened 8 months ago

vbuberen commented 8 months ago

On iOS 17 devices callback about successful calendar modal opening doesn't work at the moment. Found out that this issue is already reported as #151, so here is a fix for it.

I saw that there is #150 but that one is much bigger and it is unknown if feedback for it would be addressed anytime soon. In contrast, this PR just adds one missing line, so can be merged without worryies.

Fixes #151

sperochon commented 1 month ago

Can it be merged, please?