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

Commit 94c5b4bd authored by Suchand Ghosh's avatar Suchand Ghosh Committed by Gerrit - the friendly Code Review server
Browse files

IMS: Allow dial Conference call without URI List

Allow place conference call without URI List and
don't show error toast in this case.

Change-Id: I1b196e30b68bb9b0f663e94da62cb3f3bb938d8b
CRs-Fixed: 681238
parent bc9b3f7b
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