Merrit / unit_bargain_hunter

Cross-platform app for comparing prices and finding deals.
https://merritt.codes/bargain
GNU General Public License v3.0
20 stars 2 forks source link

Desktop: Exception if app is already running #41

Closed Merrit closed 2 years ago

Merrit commented 2 years ago
#5      StorageService._getBox (package:unit_bargain_hunter/storage/storage_service.dart:70)
<asynchronous suspension>
#6      StorageService.getStorageAreaValues (package:unit_bargain_hunter/storage/storage_service.dart:57)

Add a try/catch and either exit gracefully or kill the existing instances before starting.