Commit 4acde339 by Lee Munkyeong

コードミス修正。

parent 314aa98d
...@@ -66,8 +66,6 @@ public class OperationRelatedContentActivity extends ABVUIActivity { ...@@ -66,8 +66,6 @@ public class OperationRelatedContentActivity extends ABVUIActivity {
@Override @Override
protected void onCreate(Bundle savedInstanceState) { protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
Intent intent = getIntent();
boolean commFlg = intent.getBooleanExtra("Comm",false);
setContentView(R.layout.ac_operation_related_content); setContentView(R.layout.ac_operation_related_content);
// ホームボタン(作業一覧へ遷移ボタン) // ホームボタン(作業一覧へ遷移ボタン)
......
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