Commit ea986554 by Lee Munkyeong

課題票75対応

parent d0196198
......@@ -240,12 +240,6 @@ public abstract class ABVUIActivity extends ABVAuthenticatedActivity {
// ログ送信可否を確認
LogUtil.checkSendLogFlag();
}
} catch (NetworkDisconnectedException e) {
stopUpdateAnimation();
if (startRefresh) {
startRefresh = false;
}
throw e;
} catch (ABVException e) {
stopUpdateAnimation();
switch (e.getCode()) {
......@@ -274,6 +268,7 @@ public abstract class ABVUIActivity extends ABVAuthenticatedActivity {
handleErrorMessageToast(ErrorCode.E107);
break;
}
throw e;
} catch (Exception e) {
stopUpdateAnimation();
if (startRefresh) {
......
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