You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor(text): Use KTX extension for isDigitsOnly check (#593)
The lint tool reported a "UseKtx" warning in StateBasedText.kt.
The code was using the static `TextUtils.isDigitsOnly()` method.
This commit refactors the code to use the more idiomatic
`isDigitsOnly()` Kotlin extension function from the Android KTX library.
0 commit comments