Commit b7220ec9 by onuma

タブスペースを空白に変更した

parent dd69043a
...@@ -3829,8 +3829,8 @@ public class ContentViewActivity extends ABVContentViewActivity { ...@@ -3829,8 +3829,8 @@ public class ContentViewActivity extends ABVContentViewActivity {
if (requestCode == ABookCommConstants.PUSH_MESSAGE_DLG_REQUEST_CODE) { if (requestCode == ABookCommConstants.PUSH_MESSAGE_DLG_REQUEST_CODE) {
// プッシュメッセージダイアログのリザルトだった場合 // プッシュメッセージダイアログのリザルトだった場合
if (resultCode == ABookCommConstants.PUSH_MESSAGE_DLG_RESULT.OK && !StringUtil.isNullOrEmpty(baseActivityName)) { if (resultCode == ABookCommConstants.PUSH_MESSAGE_DLG_RESULT.OK && !StringUtil.isNullOrEmpty(baseActivityName)) {
finishActivity(); finishActivity();
goChatRoom(intent, baseActivityName, ContentViewActivity.class.getName()); goChatRoom(intent, baseActivityName, ContentViewActivity.class.getName());
} }
return; return;
} }
...@@ -3843,13 +3843,13 @@ public class ContentViewActivity extends ABVContentViewActivity { ...@@ -3843,13 +3843,13 @@ public class ContentViewActivity extends ABVContentViewActivity {
} }
} }
switch (requestCode) { switch (requestCode) {
case VIDEOVIEW: case VIDEOVIEW:
case WEBVIEW: case WEBVIEW:
case PREVIEW: case PREVIEW:
isAnotherViewOpenFlg = false; isAnotherViewOpenFlg = false;
// playPageBGMSound(mCurrentPageNumber); //프리뷰 모드 일때 음악재생 Bug //playPageBGMSound(mCurrentPageNumber); //프리뷰 모드 일때 음악재생 Bug
break; break;
case ABookCommConstants.ABOOK_CHECK_TASK_IMAGE: case ABookCommConstants.ABOOK_CHECK_TASK_IMAGE:
if (mUploadMessage == null) { if (mUploadMessage == null) {
return; return;
...@@ -3877,9 +3877,9 @@ public class ContentViewActivity extends ABVContentViewActivity { ...@@ -3877,9 +3877,9 @@ public class ContentViewActivity extends ABVContentViewActivity {
} }
mUploadMessage.onReceiveValue(result); mUploadMessage.onReceiveValue(result);
break; break;
} }
mUploadMessage = null; mUploadMessage = null;
} }
/** /**
* Balloon表示 * Balloon表示
......
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