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

Commit 2debebda authored by Stephen Bird's avatar Stephen Bird
Browse files

NPE: Providers might not have a singlecolorbrandicon

Change-Id: I1f5cff1faa59e6db6b39ea30d9f36e25a85675a0
Ticket: CD-633
(cherry picked from commit 6251ca18)
parent a6d9a9e6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -582,7 +582,8 @@ public class SearchFragment extends PhoneNumberPickerFragment
                    mCurrentCallMethodInfo = dialActivity.getCurrentCallMethod();
                }

                if (mCurrentCallMethodInfo != null && mCurrentCallMethodInfo.mIsInCallProvider) {
                if (mCurrentCallMethodInfo != null && mCurrentCallMethodInfo.mIsInCallProvider &&
                        mCurrentCallMethodInfo.mSingleColorBrandIcon != null) {
                    showProviderHint(r);
                } else {
                    showSuggestion(r);