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

Commit a2ee9fc7 authored by kaiyiz's avatar kaiyiz
Browse files

Dialer: Show the number got from message content on dialpad

Did not show phone number on dialpad,
auto hide DialpadFragment if the phone is not in use.

Do not hide DialpadFragment when reenter Dialer,
set the number get from intent to dialpad text.

CRs-Fixed: 746079

Change-Id: Ia10588ad0401030af2807a41af7697aae9a29a1c
parent a3cf17c7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -676,7 +676,6 @@ public class DialpadFragment extends AnalyticsFragment
            // Also, a sanity-check: the "dialpad chooser" UI should NEVER
            // be visible if the phone is idle!
            showDialpadChooser(false);
            hideAndClearDialpad(true);
        }

        mFirstLaunch = false;