Commit b4645af3 by Kim Jinsung

Merge branch 'features/1.0.500_#33721' into 'feature/1.1.0'

Bug #34466

See merge request !25
parents c524ba3b 306877b6
...@@ -1376,7 +1376,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -1376,7 +1376,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
@Override @Override
public void onDismiss(DialogInterface dialogInterface) { public void onDismiss(DialogInterface dialogInterface) {
//Web Cacheが更新されて編集画面のダイアローグ閉じた後、JavascriptにてImgタグを再生成してThumbnailを更新 //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); afterABookCheckApi(cmd, taskKey, 0, "", null);
mPhotoEditDialog = null; mPhotoEditDialog = null;
if(isRotatable()) { 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