Add missing listener registration.

This commit is contained in:
Johannes Mockenhaupt 2017-12-08 21:51:41 +01:00
parent 27e9cfda6f
commit 8699d9a384
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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);