More pointless rerouting
This commit is contained in:
parent
122d42d531
commit
ef22355ddf
@ -149,9 +149,9 @@ public class AlarmNumpad extends Numpad {
|
||||
protected boolean longBackspace() {
|
||||
boolean consumed = super.longBackspace();
|
||||
mFormattedInput.delete(0, mFormattedInput.length());
|
||||
notifyOnLongBackspaceListener();
|
||||
updateNumpadStates();
|
||||
mAmPmState = UNSPECIFIED;
|
||||
notifyOnLongBackspaceListener();
|
||||
return consumed;
|
||||
}
|
||||
|
||||
|
||||
@ -144,11 +144,6 @@ public class EditAlarmActivity extends BaseActivity implements
|
||||
|
||||
@Override
|
||||
public void onLongBackspace() {
|
||||
/*
|
||||
mTimeText.setText("");
|
||||
mSwitch.setChecked(false);
|
||||
mTimeText.setSelection(0);
|
||||
*/
|
||||
mPresenter.onBackspace("");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user