Commit 9f3a9e2
committed
Fixed: Only one ZIM file was displayed when multiple ZIM files had the same title and language.
* The issue occurred because ZIM files in the local library were being filtered based on their title and language. As a result, if multiple ZIM files shared the same title and language (e.g., English), only one of them was shown on the Local Library screen.
* Since each ZIM file has a unique bookId, we now remove duplicates based on the bookId instead.1 parent 3092c09 commit 9f3a9e2
File tree
1 file changed
+1
-1
lines changed- core/src/main/java/org/kiwix/kiwixmobile/core/data
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments