mirror of https://github.com/zlatinb/muwire
clear selection before refreshing results when filtering to avoid invalid index exceptions
parent
cedf969ba3
commit
9c57e43a9f
|
@ -267,8 +267,8 @@ class SearchTabModel {
|
|||
protected void done() {
|
||||
if (cancelled)
|
||||
return
|
||||
view.refreshResults()
|
||||
view.clearSelections()
|
||||
view.refreshResults()
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue