Skip to content

Commit e3fcf03

Browse files
committed
modify variable syntax
1 parent bb4d307 commit e3fcf03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scdisplayutils/src/main/java/com/stevechulsdev/scdisplayutils/ScDisplayUtils.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ object ScDisplayUtils {
138138
}
139139
negativeButton(secondButtonText) {
140140
dialogTwoButtonClickListener?.let {
141-
it.onCLickCancel()
141+
it.onClickCancel()
142142
}
143143
}
144144
}.show()
@@ -150,6 +150,6 @@ object ScDisplayUtils {
150150

151151
interface DialogTwoButtonClickListener {
152152
fun onClickConfirm()
153-
fun onCLickCancel()
153+
fun onClickCancel()
154154
}
155155
}

0 commit comments

Comments
 (0)