mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Fix for #467
This commit is contained in:
parent
4014b24474
commit
c0c4d625bd
@ -177,7 +177,7 @@ public class ZimContentProvider extends ContentProvider {
|
||||
return null;
|
||||
} else {
|
||||
String name = jniKiwix.getName();
|
||||
if (name.equals("")) {
|
||||
if (name == null || name.equals("")) {
|
||||
return getId();
|
||||
} else {
|
||||
return name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user