Minor code cleanups
This commit is contained in:
@@ -353,7 +353,7 @@ object Utils {
|
||||
override fun beforeTextChanged(sequence: CharSequence, start: Int, count: Int, after: Int) {}
|
||||
override fun onTextChanged(sequence: CharSequence, start: Int, before: Int, count: Int) {
|
||||
val text = sequence.subSequence(start, start + count).toString()
|
||||
if (text.length > 0) {
|
||||
if (text.isNotEmpty()) {
|
||||
val digit = text[0]
|
||||
val call = Call.ofCallp(callp)
|
||||
if (call == null) {
|
||||
|
||||
Reference in New Issue
Block a user