Showing 1 of 30 total issues
Method onClick
has 52 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void onClick(View v) {
switch (v.getId()) {
case R.id.button_1:
mPresenter.sendButtonEvent(RemoteControlButtonType.NUM_1);