Skip to content

Commit

Permalink
Mark registration complete after PIN failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Feb 11, 2020
1 parent 6d33763 commit 0220a88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void onAnimationEnd(Animator animation) {
startEndAnimationOnNextProgressRepetition(R.raw.lottie_kbs_failure, new AnimationCompleteListener() {
@Override
public void onAnimationEnd(Animator animation) {
SignalStore.registrationValues().setRegistrationComplete();
displayFailedDialog();
}
});
Expand Down

0 comments on commit 0220a88

Please sign in to comment.