Dialer: Fix FC problem when add new contact in RegularSearchFragment
The value mAddToContactNumber was only set in SmartDialSearchFragment, so when click item in RegularSearchFragment, the method addPlusSignPrefixToNumber() will throw a NullPointerException. Set mAddToContactNumber for RegularSearchFragment after the text of mSearchView has been changed. CRs-Fixed: 760792 Change-Id: I57a4f716436bb25f59b9ddb4fc13cdcea6d2e2db
Loading
Please register or sign in to comment