Commit 306877b6 by Jeong Gilmo

Bug #34466

【Check iOS 1.1.0】添付画像の編集モードで、描画して保存後、サムネイルに表示されない場合がある
 - 報告回答でも編集した画像のサブネイルが正しく表示されるように修正
parent c524ba3b
......@@ -1376,7 +1376,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
@Override
public void onDismiss(DialogInterface dialogInterface) {
//Web Cacheが更新されて編集画面のダイアローグ閉じた後、JavascriptにてImgタグを再生成してThumbnailを更新
webViewLoadUrl(String.format("javascript:document.getElementById('reportForm').contentWindow.changeThumbnailTagForAnd('%s','%s')", attachedFilename, tempImagePath));
webViewLoadUrl(String.format("javascript:CHK.changeReportFormThumbnailImageForAnd('%s','%s')", attachedFilename, tempImagePath));
afterABookCheckApi(cmd, taskKey, 0, "", null);
mPhotoEditDialog = null;
if(isRotatable()) {
......
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