dicekeys / dicekeys-android

DiceKeys for Android
13 stars 1 forks source link

User Reported Error with Re-Loading Stored Keys #205

Closed UppaJung closed 12 months ago

UppaJung commented 1 year ago

Hi, After capturing and storing my dicekey codes, I cannot retrieve them anymore. After entering the screen unlock pattern, the following error code appears (see image). How to solve the issue?

BugReport

UppaJung commented 1 year ago

Current hypothesis is that this exception is thrown here: https://github.com/dicekeys/dicekeys-android/blob/916c59e6b5816170527897be55e165fb0dee3787/app/src/main/java/org/dicekeys/app/encryption/AppKeyStore.kt#L236

which is called from here: https://github.com/dicekeys/dicekeys-android/blob/916c59e6b5816170527897be55e165fb0dee3787/app/src/main/java/org/dicekeys/app/encryption/BiometricsHelper.kt#L136

UppaJung commented 11 months ago

Customer confirms this is now all fixed in 1.12. Thanks so much @angelix!