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

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

Merge "IMS: Allow dial Conference call without URI List"

parents 12d0a209 94c5b4bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1168,7 +1168,8 @@ public class DialpadFragment extends AnalyticsFragment
                    mRecipients.getText().toString().trim();
            if (isDigitsShown && isDigitsEmpty()) {
                handleDialButtonClickWithEmptyDigits();
            } else if (isDigitsEmpty() && mRecipients.isShown() && isRecipientEmpty()) {
            } else if (mAddParticipant && isDigitsEmpty() && mRecipients.isShown()
                    && isRecipientEmpty()) {
                // mRecipients must be empty
                // TODO add support for conference URI in last number dialed
                // use ErrorDialogFragment instead? also see