Commit 29b8f0b2 by Lee Munkyeong

例外処理修正

parent 00767a1e
...@@ -274,7 +274,7 @@ public abstract class ABVUIActivity extends ABVAuthenticatedActivity { ...@@ -274,7 +274,7 @@ public abstract class ABVUIActivity extends ABVAuthenticatedActivity {
return false; return false;
} }
protected boolean dataRefresh(boolean isAutoRefresh, Callback progressCallback) throws NetworkDisconnectedException { protected boolean dataRefresh(boolean isAutoRefresh, Callback progressCallback) throws Exception {
try { try {
return refreshContent(isAutoRefresh, progressCallback); return refreshContent(isAutoRefresh, progressCallback);
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment