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

Commit 2e0cf475 authored by Prashant Singh's avatar Prashant Singh Committed by Gerrit - the friendly Code Review server
Browse files

Reject via message not shown in Waiting call notification

Update Call object to send loaded text messages to InCallUI

Change-Id: Ib7e153b70e3bb58f71e638794b8199be25158e83
CRs-Fixed: 930158
parent 4616ea8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1088,6 +1088,7 @@ public final class Call {
                && !parcelableCall.getCannedSmsResponses().isEmpty()) {
            mCannedTextResponses =
                    Collections.unmodifiableList(parcelableCall.getCannedSmsResponses());
            cannedTextResponsesChanged = true;
        }

        boolean videoCallChanged = parcelableCall.isVideoCallProviderChanged() &&