Commit 7912e132 by Lee Munkyeong

資料一覧不具合修正

parent 8f6ae4c9
...@@ -684,7 +684,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -684,7 +684,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
}); });
operationHomeButton.setVisibility(View.VISIBLE); operationHomeButton.setVisibility(View.VISIBLE);
if(operationDto.operationType == OperationType.PDF){ if(operationDto != null && operationDto.operationType == OperationType.PDF){
// 簡易帳票印刷ボタン // 簡易帳票印刷ボタン
quickReportPrintButton.setOnClickListener(new View.OnClickListener() { quickReportPrintButton.setOnClickListener(new View.OnClickListener() {
@Override @Override
......
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