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

Commit 8ffd67e0 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham Committed by Android Git Automerger
Browse files

am 4bb5d199: Merge "Merge commit \'b1c7028\' into merge_try2" into mnc-dev

* commit '4bb5d199d90a9ec269372477455a9a93eef5e2c1':
parents ad3d4826 99e41441
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -266,6 +266,7 @@ public class AnswerPresenter extends Presenter<AnswerPresenter.AnswerUi>
    }

    private void configureAnswerTargetsForSms(Call call, List<String> textMsgs) {
        mHasTextMessages = textMsgs != null;
        boolean withSms =
                call.can(android.telecom.Call.Details.CAPABILITY_RESPOND_VIA_TEXT)
                && mHasTextMessages;