Skip to content

Commit

Permalink
fixed wrong pin dialog disappearing immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
seldon1000 committed Aug 22, 2021
1 parent b8d8b58 commit 4e77bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/eu/seldon1000/nextpass/MainViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ class MainViewModel(application: Application) : AndroidViewModel(application) {
if (pinProtected.value) {
unlocked = false
biometricDismissed.value = false
dismissDialog()

navigate(route = Routes.AccessPin.getRoute(arg = shouldRaiseBiometric))
} else {
Expand Down

0 comments on commit 4e77bc5

Please sign in to comment.