arn-c0de/Geograbber
đ Issue: Crash when activating external .db if confirmed too quickly
Ouverte
#24 ouverte le 3 nov. 2025
area: databasebughelp wantedjavamediumneeds reviewperformance
Métriques du dépÎt
- Stars
-  (30 étoiles)
- Métriques de merge PR
-  (Aucune PR mergée en 30 j)
Description
When importing an external .db file and clicking âYes, Activateâ immediately in the Set External Database as Active window, the app throws an error and the import crashes.
Reproduction
- Open Import External Database.
- Select a
.dbfile. - As soon as the Set External Database as Active dialog appears, click âYes, Activateâ quickly, before the Android biometric key prompts appear.
- Crash occurs.
Cause (suspected)
Activation is triggered before biometric key initialization finishes.
Proposed Fix
Add short delay or await biometric key readiness before allowing activation.