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

Commit 0f8feaa1 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa Committed by Android Git Automerger
Browse files

am 7e8372e5: Show previous tab after phone call in phone search

* commit '7e8372e5':
  Show previous tab after phone call in phone search
parents 8793c91b 7e8372e5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -302,8 +302,11 @@ public class DialtactsActivity extends Activity {
            new OnPhoneNumberPickerActionListener() {
                @Override
                public void onPickPhoneNumberAction(Uri dataUri) {
                    // Specify call-origin so that users will see the previous tab instead of
                    // CallLog screen (search UI will be automatically exited).
                    PhoneNumberInteraction.startInteractionForPhoneCall(
                            DialtactsActivity.this, dataUri);
                            DialtactsActivity.this, dataUri,
                            CALL_ORIGIN_DIALTACTS);
                }

                @Override