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

Commit 4e4d12f1 authored by Yorke Lee's avatar Yorke Lee
Browse files

Hide dial button in-call so that in-call chooser dialog shows up

Bug: 10248510
Change-Id: Ib70b6b5eee8f1f16e2a9ea306292e324bfe3474d
parent 15ef3e1d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@

    <TextView android:id="@+id/text"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textColor="@color/dialpad_text_color"
        android:layout_gravity="center_vertical"
        android:layout_width="0dip"
        android:layout_weight="1"
+1 −0
Original line number Diff line number Diff line
@@ -374,6 +374,7 @@ public class DialpadFragment extends Fragment
        // Load up the resources for the text field.
        Resources r = getResources();

        mDialButtonContainer = fragmentView.findViewById(R.id.dialButtonContainer);
        mDigitsContainer = fragmentView.findViewById(R.id.digits_container);
        mDigits = (EditText) fragmentView.findViewById(R.id.digits);
        mDigits.setKeyListener(UnicodeDialerKeyListener.INSTANCE);