Fix quality issue.
This commit is contained in:
committed by
Benoit Marty
parent
44baa4a383
commit
5269b9787e
+1
-1
@@ -72,7 +72,7 @@ class PinUnlockPresenter(
|
||||
if (pinCodeSize == null) {
|
||||
// No pin code set, deleted store? Force sign out
|
||||
showSignOutPrompt = true
|
||||
throw Exception("No pin code size found")
|
||||
error("No pin code size found")
|
||||
} else {
|
||||
PinEntry.createEmpty(pinCodeSize)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user