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

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

Merge "Fix NPE" am: 78658058 am: f66dc6a9 am: 085bce44

am: aef18152

Change-Id: I4c9552e5d70f90bbe9fc6712f1a72c5e4499b731
parents 240c420e aef18152
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();