If authentication fails while unlock, resume VaultListActivity
Fixes #396
This commit is contained in:
parent
ef97a3618e
commit
ce9e76bf23
@ -112,6 +112,7 @@ class UnlockVaultPresenter @Inject constructor(
|
||||
view?.closeDialog()
|
||||
val error = result.getSingleResult(Throwable::class.java)
|
||||
error?.let { showError(it) }
|
||||
finishWithResult(null)
|
||||
}
|
||||
}
|
||||
|
||||
@ -219,6 +220,7 @@ class UnlockVaultPresenter @Inject constructor(
|
||||
view?.closeDialog()
|
||||
val error = result.getSingleResult(Throwable::class.java)
|
||||
error?.let { showError(it) }
|
||||
finishWithResult(null)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user