mirror of
https://github.com/Skysamara/android-kotlin-fundamentals-apps.git
synced 2026-02-04 01:34:35 +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().