Fix crash in history settings

This commit is contained in:
Koitharu
2021-06-20 15:59:24 +03:00
parent 867812b8e3
commit 973a4073f0
4 changed files with 15 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ class MangaSearchRepository(
MangaSuggestionsProvider.QUERY_URI,
SUGGESTION_PROJECTION,
null,
null,
arrayOfNulls(1),
null
)?.use { cursor -> cursor.count } ?: 0
}