Skip to content

Commit

Permalink
Merge pull request #16 from chuongdevJC/feature_makeListenerUnComplet…
Browse files Browse the repository at this point in the history
…eOptional

Make listener UnComplete optional
  • Loading branch information
onstonboy authored Jul 13, 2020
2 parents 87e335b + 9eb118b commit 23aa336
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 23aa336

Please sign in to comment.