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