Skip to content

Commit

Permalink
Merge "Reject via message not shown in Waiting call notification"
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Feb 6, 2016
2 parents c01ab9c + 815f70c commit 3fbefaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telecomm/java/android/telecom/Call.java
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ final void internalUpdate(ParcelableCall parcelableCall, Map<String, Call> callI
&& !parcelableCall.getCannedSmsResponses().isEmpty()) {
mCannedTextResponses =
Collections.unmodifiableList(parcelableCall.getCannedSmsResponses());
cannedTextResponsesChanged = true;
}

boolean videoCallChanged = parcelableCall.isVideoCallProviderChanged() &&
Expand Down

0 comments on commit 3fbefaa

Please sign in to comment.