mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 12:07:52 +02:00
Remove leftover TODO
This commit is contained in:
@ -64,7 +64,6 @@ class LibraryCategoryAdapter(val view: LibraryCategoryView) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun performFilter() {
|
fun performFilter() {
|
||||||
//TODO Wrap in try catch
|
|
||||||
if(searchText.isNotBlank()) {
|
if(searchText.isNotBlank()) {
|
||||||
try {
|
try {
|
||||||
val parsedQuery = searchEngine.parseQuery(searchText)
|
val parsedQuery = searchEngine.parseQuery(searchText)
|
||||||
|
Reference in New Issue
Block a user