Commit 974ea145 by Kim Jinsung

OZビューワのプレビューモードでも入力できる問題対応

parent 8db9a166
......@@ -308,6 +308,10 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
if (mOzReportViewer == null || mOzReportViewer.Document() == null) {
return false;
}
//プレビューモードチェック
if (mReadOnlyFlg) {
mOzReportViewer.Script("disable_input_all");
}
} else {
Logger.w(TAG, "failed to get library for OZD");
return false;
......
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