Commit 33c609f9 by Lee Munkyeong

update submodule

parent 79efb88b
Subproject commit 61ee6e4afd36a1d2c92178dd6d3acc9ebd422d82
Subproject commit 7321568f2997cb2f8eef0e2052f0b7d481c751aa
......@@ -696,10 +696,12 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
if (ABVDataCache.getInstance().serviceOption.isUnableIOReport() && operationDto.quickReport == 1) {
quickReportPrintButton.setVisibility(View.VISIBLE);
} else {
if (findViewById(R.id.print_layout) != null) {
findViewById(R.id.print_layout).setVisibility(View.GONE);
quickReportPrintButton.setVisibility(View.GONE);
}
}
}
taskListButton = (ImageButton) findViewById(R.id.btn_show_task_list);
taskListButton.setOnClickListener(new View.OnClickListener() {
......
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