Remove leftover TODO
This commit is contained in:
parent
84121ff901
commit
36003fd622
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ class LibraryCategoryAdapter(val view: LibraryCategoryView) :
|
|||
}
|
||||
|
||||
fun performFilter() {
|
||||
//TODO Wrap in try catch
|
||||
if(searchText.isNotBlank()) {
|
||||
try {
|
||||
val parsedQuery = searchEngine.parseQuery(searchText)
|
||||
|
|
|
|||
Loading…
Reference in a new issue