summaryrefslogtreecommitdiff
path: root/src/com/android/incallui/Call.java
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-08-12 09:40:17 -0700
committerTyler Gunn <tgunn@google.com>2015-08-12 09:40:17 -0700
commite51f0e30f059804176b323a987edc3d708bc7ed5 (patch)
treefbf2530dbb915c5cb4d47119e58ace55cd183eb7 /src/com/android/incallui/Call.java
parent6ccbf8fdfb791d56bfd8f46d4bde2f52190eaf1f (diff)
downloadInCallUI-e51f0e30f059804176b323a987edc3d708bc7ed5.tar.gz
Replace placeholder subject bubble asset with a drawable resource.
Turns out it was pretty easy to accomplish the speech bubble with just a drawable with some of the corner rounded. Bug: 22685114 Change-Id: I1f2d1b8113652503cd8298f8b6ab1883b4a4589d
Diffstat (limited to 'src/com/android/incallui/Call.java')
-rw-r--r--src/com/android/incallui/Call.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/incallui/Call.java b/src/com/android/incallui/Call.java
index 191ffe79..f08653e6 100644
--- a/src/com/android/incallui/Call.java
+++ b/src/com/android/incallui/Call.java
@@ -590,7 +590,7 @@ public class Call {
public void setSessionModificationState(int state) {
if (state == Call.SessionModificationState.RECEIVED_UPGRADE_TO_VIDEO_REQUEST) {
Log.e(this,
- "setSessionModificationState not to be called for RECEIVED_UPGRADE_TO_VIDEO_REQUEST");
+ "setSessionModificationState not valid for RECEIVED_UPGRADE_TO_VIDEO_REQUEST");
return;
}