mirror of
https://github.com/Skysamara/android-kotlin-fundamentals-apps.git
synced 2026-03-22 07:40:24 +00:00
Adding a null check to avoid KotlinNullPointerException. Replacing isEmpty() call with isNullOrEmpty().
Adding a null check to avoid KotlinNullPointerException. Replacing isEmpty() call with isNullOrEmpty().