Skip to content

Commit

Permalink
Change ResetAll bottomsheet event to no-op for user verification
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkma committed Dec 6, 2022
1 parent 976cc48 commit 2f30718
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ class UserVerificationBottomSheet : VectorBaseBottomSheetDialogFragment<BottomSh
.setPositiveButton(R.string.ok, null)
.show()
}
VerificationBottomSheetViewEvents.ResetAll -> TODO()
VerificationBottomSheetViewEvents.ResetAll -> {
// no-op for user verification
}
}
}
}
Expand Down

0 comments on commit 2f30718

Please sign in to comment.