Various fixes to search presets

This commit is contained in:
NerdNumber9
2019-04-06 09:05:32 -04:00
parent fa6f60d454
commit 4e2c9dc083
6 changed files with 68 additions and 41 deletions

View File

@ -34,5 +34,5 @@ object DebugFunctions {
it.favorite && db.getSearchMetadataForManga(it.id!!).executeAsBlocking() == null
}
fun clearSavedSearches() = prefs.eh_savedSearches().set("")
fun clearSavedSearches() = prefs.eh_savedSearches().set(emptySet())
}