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

Commit e886f63b authored by Yorke Lee's avatar Yorke Lee
Browse files

Ensure that OnCannedTextResponsesChanged callback is fired

Bug: 22952515

Change-Id: Ic94db1dd2fc9d7db2259265b90be86617ed93971
parent 3526534a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1019,6 +1019,7 @@ public final class Call {
                && !parcelableCall.getCannedSmsResponses().isEmpty()) {
            mCannedTextResponses =
                    Collections.unmodifiableList(parcelableCall.getCannedSmsResponses());
            cannedTextResponsesChanged = true;
        }

        boolean videoCallChanged = parcelableCall.isVideoCallProviderChanged() &&