Commit ea986554 by Lee Munkyeong

課題票75対応

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