Fixy fixy crash

pull/14/head
Tim Su 15 years ago
parent 1f95ccf977
commit 6e602ff43c

@ -413,8 +413,13 @@ public class FilterListActivity extends ExpandableListActivity {
try { try {
actFmSyncService.fetchTags(0); actFmSyncService.fetchTags(0);
adapter.clear(); runOnUiThread(new Runnable() {
adapter.getLists(); @Override
public void run() {
adapter.clear();
adapter.getLists();
}
});
} catch (IOException e) { } catch (IOException e) {
exceptionService.displayAndReportError(FilterListActivity.this, "refresh-tags-io", e); exceptionService.displayAndReportError(FilterListActivity.this, "refresh-tags-io", e);

Loading…
Cancel
Save