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

Commit 564f3c6d authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Fixing search in direct dial/message shortcut creation

Bug: 2579548
Change-Id: I8ffa0eff20d5c9867ed58d7150cd48464f25c7ce
parent 8cd49472
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -648,10 +648,12 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC
            if (component.equals("alias.DialShortcut")) {
                mMode = MODE_PICK_PHONE;
                mShortcutAction = Intent.ACTION_CALL;
                mShowSearchSnippets = false;
                setTitle(R.string.callShortcutActivityTitle);
            } else if (component.equals("alias.MessageShortcut")) {
                mMode = MODE_PICK_PHONE;
                mShortcutAction = Intent.ACTION_SENDTO;
                mShowSearchSnippets = false;
                setTitle(R.string.messageShortcutActivityTitle);
            } else if (mSearchMode) {
                mMode = MODE_PICK_CONTACT;