Loading src/com/android/server/telecom/CallsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
src/com/android/server/telecom/CallsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading