Skip to content

fix: prevent crash on empty timeout preference#949

Merged
agrahn merged 1 commit into
developfrom
fixcrash
Jul 9, 2026
Merged

fix: prevent crash on empty timeout preference#949
agrahn merged 1 commit into
developfrom
fixcrash

Conversation

@agrahn

@agrahn agrahn commented Jul 9, 2026

Copy link
Copy Markdown
Owner

The unset timeout value for biometrics/PIN after a fresh install may cause the app to crash when String.toLong() is applied on an empty string. Could fix #810.

The unset timeout value for biometrics/PIN after a fresh install may cause
the app to crash when String.toLong() is applied on an empty string.
@agrahn agrahn merged commit 06048b6 into develop Jul 9, 2026
4 checks passed
@agrahn agrahn deleted the fixcrash branch July 9, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Application crashes when trying to read password entry "java.lang.NumberFormatException"

1 participant