Files
calendula/app
makiolaj 5a0e25e1dd fix(launch): stop replaying an open-event intent on every recreation (#309)
Android hands the intent that started the task back to onCreate every
time the activity is recreated, so a single reminder or widget event tap
re-opened that event on every later launch — an error screen once the
event had been deleted.

Hold back the event channels when the launch is a recreation or a resume
from recents. The other channels keep re-reading the intent: an .ics
import or a prefilled create form has no saved state of its own, so that
replay is what carries them through a rotation.
2026-09-20 20:39:58 +02:00
..
2026-09-12 17:09:15 +02:00
2026-09-02 12:44:40 +02:00