Splitfit icon indicating copy to clipboard operation
Splitfit copied to clipboard

Don't restart after export/import database

Open noahjutz opened this issue 3 years ago • 0 comments

The app currently uses ProcessPhoenix to restart after exporting/importing the database. Not only is this bad UX, ~~it doesn't work on API 30+ currently~~.

Restarting the app is a workaround. Instead of reopening the database after closing it, the entire app is restarted. It was easier to implement, but it should be possible to do it the right way.

First, double check if closing the database is necessary.

noahjutz avatar Feb 08 '21 19:02 noahjutz