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

Commit aef18152 authored by sung_jae's avatar sung_jae Committed by android-build-merger
Browse files

Merge "Fix NPE" am: 78658058 am: f66dc6a9

am: 085bce44

Change-Id: I4f9297a151a2394a18cda5091636dd08a1dd51cf
parents d0ba20f1 085bce44
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -217,6 +217,9 @@ public class PhoneNumberUtils {
        }

        String scheme = uri.getScheme();
        if (scheme == null) {
            return null;
        }

        if (scheme.equals("tel") || scheme.equals("sip")) {
            return uri.getSchemeSpecificPart();