Commit 079d5b9e by Lee Jaebin

#35216 図面でフォームを開いて回転すると、ヘッダ部が非表示になる

parent fe42cc9b
......@@ -690,6 +690,9 @@ public class ContentViewActivity extends ABVContentViewActivity {
createCheckToolbar();
commonConfigureRemote();
isOpenedOperationTask = operationTaskLayout.getVisibility() == View.VISIBLE;
if (isNormalSize() && isOpenedOperationTask) {
setToolbarVisableForTask(true);
}
}
}
......
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