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

Commit b489944e authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Phone Calls keeps stopping" am: 07232030 am: 5f71e89f

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/2020816

Change-Id: I2788fa8fbf243cad92c71bbb1596c887b8efc3b9
parents be58a88b 5f71e89f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ public class UserCallIntentProcessor {
    private void processOutgoingCallIntent(Intent intent, String callingPackageName,
            boolean canCallNonEmergency, boolean isLocalInvocation) {
        Uri handle = intent.getData();
        if (handle == null) return;
        String scheme = handle.getScheme();
        String uriString = handle.getSchemeSpecificPart();