summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/autoresizetext
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-10-24 22:41:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-24 22:41:00 +0000
commitdaa1c44c00f3c598223639c9b80a52cf41db51ba (patch)
treee4c88a1862b157dc858abe73e52b077bf7b96948 /java/com/android/incallui/autoresizetext
parentef7338cf787301c573fde8129bf8880d7faba040 (diff)
parent938468da6f5c225ebb161a68bd949c9cf3261892 (diff)
Merge "Rename the new bubble package name from "bubble" to "newbubble"."
Diffstat (limited to 'java/com/android/incallui/autoresizetext')
-rw-r--r--java/com/android/incallui/autoresizetext/AutoResizeTextView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/autoresizetext/AutoResizeTextView.java b/java/com/android/incallui/autoresizetext/AutoResizeTextView.java
index 5a22b93dc..2789ceac2 100644
--- a/java/com/android/incallui/autoresizetext/AutoResizeTextView.java
+++ b/java/com/android/incallui/autoresizetext/AutoResizeTextView.java
@@ -35,7 +35,7 @@ import javax.annotation.Nullable;
* A TextView that automatically scales its text to completely fill its allotted width.
*
* <p>Note: In some edge cases, the binary search algorithm to find the best fit may slightly
- * overshoot / undershoot its constraints. See b/26704434. No minimal repro case has been
+ * overshoot / undershoot its constraints. See a bug. No minimal repro case has been
* found yet. A known workaround is the solution provided on StackOverflow:
* http://stackoverflow.com/a/5535672
*/