Files
calendula/app
makiolaj a654182255 Fix the import flow's exit and a repeated import (#304)
Two things found reviewing the restore row with a folder of .ics files:

Starting a restore closes Backup & restore and the manager, since the import
overlays are declared under them, and nothing put them back — so finishing an
import dropped you on the calendar and the next file meant walking in through
Settings again. The host now restores whichever surface the restore came from.

Importing the same file twice showed the first run's summary and imported
nothing: the screen keyed its VM by the file uri, the VM lives in the
Activity's store, and its one-shot load guard was already tripped. The reload
now follows an import session number, which a rotation keeps so a finished
result still survives recreation.
2026-09-22 10:03:15 +02:00
..
2026-09-20 21:16:11 +02:00
2026-09-02 12:44:40 +02:00