Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cb3e564 authored by Wysie's avatar Wysie
Browse files

Release 141209. Long-press on Dial button now activates voice dialer. Also,...

Release 141209. Long-press on Dial button now activates voice dialer. Also, delete button is disabled until at least one number is entered. Known bug: Enter at least one number. LONG-press on delete to clear digits. Press any digit again. For some reason, the delete button is highlighted (pressed state). Still investigating.
parent 304eaf36
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -709,7 +709,7 @@ public class TwelveKeyDialer extends Activity implements View.OnClickListener,
            }
            case R.id.zero: {
                keyPressed(KeyEvent.KEYCODE_PLUS);
                return true;o
                return true;
            }
        }
        return false;
@@ -1074,7 +1074,6 @@ public class TwelveKeyDialer extends Activity implements View.OnClickListener,
            // Put the current digits string into an intent
            mVoicemailButton.setEnabled(true);
            mDelete.setEnabled(true); //Wysie_Soh: Known bug: mDelete will go into pressed state upon entering any digit after a long-press on mDelete.
            mDelete.clearFocus();
        }
    }