|
|
|
@ -467,9 +467,13 @@ public class FilterListActivity extends ExpandableListActivity {
|
|
|
|
} catch (IOException e) {
|
|
|
|
} catch (IOException e) {
|
|
|
|
if (manual)
|
|
|
|
if (manual)
|
|
|
|
exceptionService.displayAndReportError(FilterListActivity.this, "refresh-tags-io", e);
|
|
|
|
exceptionService.displayAndReportError(FilterListActivity.this, "refresh-tags-io", e);
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
exceptionService.reportError("refresh-tags-io", e);
|
|
|
|
} catch (JSONException e) {
|
|
|
|
} catch (JSONException e) {
|
|
|
|
if (manual)
|
|
|
|
if (manual)
|
|
|
|
exceptionService.displayAndReportError(FilterListActivity.this, "refresh-tags-json", e);
|
|
|
|
exceptionService.displayAndReportError(FilterListActivity.this, "refresh-tags-json", e);
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
exceptionService.reportError("refresh-tags-io", e);
|
|
|
|
} finally {
|
|
|
|
} finally {
|
|
|
|
if (manual)
|
|
|
|
if (manual)
|
|
|
|
DialogUtilities.dismissDialog(FilterListActivity.this, progressDialog);
|
|
|
|
DialogUtilities.dismissDialog(FilterListActivity.this, progressDialog);
|
|
|
|
|