mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Upgrade ktlint and add twitter compose rules.
This commit is contained in:
committed by
Greyson Parrelli
parent
52e9b31554
commit
605289aca4
@@ -108,7 +108,9 @@ class RegistrationNumberInputController(
|
||||
}
|
||||
return if (justDigits.isEmpty()) {
|
||||
null
|
||||
} else justDigits.toString()
|
||||
} else {
|
||||
justDigits.toString()
|
||||
}
|
||||
}
|
||||
|
||||
inner class NumberChangedListener : TextWatcher {
|
||||
|
||||
Reference in New Issue
Block a user