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

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

Merge "IMS: Don't set add participant extra if no call exist."

parents eeedd7de 18404d34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1344,7 +1344,7 @@ public class DialpadFragment extends AnalyticsFragment
                        // must be dial conference add extra
                        intent.putExtra(TelephonyProperties.EXTRA_DIAL_CONFERENCE_URI, true);
                    }
                    intent.putExtra(ADD_PARTICIPANT_KEY, mAddParticipant);
                    intent.putExtra(ADD_PARTICIPANT_KEY, (mAddParticipant && isPhoneInUse()));
                    DialerUtils.startActivityWithErrorToast(getActivity(), intent);
                    hideAndClearDialpad(false);
                }