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

Commit bdc89ade authored by Roman Birg's avatar Roman Birg
Browse files

Contacts: fix cmcc merge



Change-Id: I8269212995402184bbfffc571c0f53d0ab89a6ee
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 16ec89ab
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -429,17 +429,6 @@ public class MultiPickContactActivity extends ListActivity implements
        return (mMode & MODE_MASK_SEARCH) == MODE_MASK_SEARCH;
    }

    private boolean initSearchText(){
        String s = getIntent().getStringExtra(PeopleActivity.EDITABLE_KEY);
        if (s != null && s.trim().length() > 0) {
            mSearchEditor.setText(s.trim());
            enterSearchMode();
            doFilter(mSearchEditor.getText());
            return true;
        }
        return false;
    }

    private void initResource() {
        mOKButton = (Button) findViewById(R.id.btn_ok);
        mOKButton.setOnClickListener(this);