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() {
|
protected void done() {
|
||||||
if (cancelled)
|
if (cancelled)
|
||||||
return
|
return
|
||||||
view.refreshResults()
|
|
||||||
view.clearSelections()
|
view.clearSelections()
|
||||||
|
view.refreshResults()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue