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

Commit fed42f8a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "IMS: Get the scheme-specific part from the URI"

parents f88d081e 1cb64dda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ public final class CallsManager extends Call.ListenerBase {
        boolean isAddParticipant = ((extras != null) && (extras.getBoolean(
                TelephonyProperties.ADD_PARTICIPANT_KEY, false)));
        if (isAddParticipant) {
            addParticipant(handle.toString());
            addParticipant(handle.getSchemeSpecificPart());
            mInCallController.bringToForeground(false);
            return null;
        }