Skip to content

Commit 1540bb6

Browse files
committed
minor fixes
1 parent f7960aa commit 1540bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OGParser/src/main/java/com/kedia/ogparser/SharedPrefs.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class SharedPrefs(context: Context) {
9191
return title.isNotEmpty() &&
9292
title.equals("null").not() &&
9393
description.isNotEmpty() &&
94-
description.equals("null").not() //&&
94+
description.equals("null").not() &&
9595
image.isNotEmpty() &&
9696
image.equals("null").not()
9797
}

0 commit comments

Comments
 (0)