Commit 6260c90e by Lee Munkyeong

Merge branch 'features/1.4.100_develop_mk' into 'features/1.4.201'

Features/1.4.100 develop mk

See merge request !239
parents 2044e9c0 a4d143a2
Subproject commit 4b07d503bb21575b86ecea757fd8ca4323806371
Subproject commit 97e1881f1dde0fe861359bfda4c5a0dc404f5c80
......@@ -1013,7 +1013,12 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
public Object callback(Object ret) {
final boolean isError = (boolean)ret;
closeProgressPopup();
syncOperation(mOperationId, mOperationType, false);
syncOperation(mOperationId, mReportType, false);
try {
mOperationLogic.createJsonForOperationContent(mOperationId, mContentPath, false);
} catch (IOException e) {
}
// 報告・報告(回答)の切り替えボタンタップ、連続作業の全削除ボタンタップ
if (mCmd.equals(ABookKeys.CMD_CHANGE_TASK_REPORT) || mCmd.equals(ABookKeys.CMD_DELETE_PROCESS)) {
afterABookCheckApi(mCmd, mTaskKey, 0, "", null, isOperationPdf());
......
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