mirror of
https://github.com/Skysamara/android-kotlin-fundamentals-apps.git
synced 2026-03-21 23:30:16 +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().