Add missing listener registration.
This commit is contained in:
parent
27e9cfda6f
commit
8699d9a384
|
@ -57,6 +57,7 @@ public class ComboFragment extends SubscriberFragment implements View.OnClickLis
|
|||
|
||||
Button errorHistory = (Button) view.findViewById(R.id.combo_error_history);
|
||||
errorHistory.setOnClickListener(this);
|
||||
errorHistory.setOnLongClickListener(this);
|
||||
|
||||
Button tddHistory = (Button) view.findViewById(R.id.combo_tdd_history);
|
||||
tddHistory.setOnClickListener(this);
|
||||
|
|
Loading…
Reference in a new issue