Jhansi 57995e8080 Fix: KotlinNullPointerException in LiveData when attempting to get a value
Adding a null check to avoid KotlinNullPointerException. Replacing isEmpty() call with isNullOrEmpty().
2020-01-23 10:06:11 -08:00
..