Skip to content

Commit

Permalink
Make listener UnComplete optional
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongdevJC committed Jul 13, 2020
1 parent 87e335b commit 9eb118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcv/src/main/java/com/ccc/vcv/VerificationCodeView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,6 @@ class VerificationCodeView : AppCompatEditText {

interface OnInputVerificationCodeListener {
fun onInputVerificationCodeComplete()
fun onInputVerificationCodeUnComplete()
fun onInputVerificationCodeUnComplete() = Unit
}
}

0 comments on commit 9eb118b

Please sign in to comment.