diff options
| author | Gilles Debunne <debunne@google.com> | 2011-08-30 14:28:27 -0700 |
|---|---|---|
| committer | Gilles Debunne <debunne@google.com> | 2011-09-02 09:04:26 -0700 |
| commit | e90bed18cc123c0963bbcc023976fa355c16a352 (patch) | |
| tree | a7e24f33d176a8cd467098375624bfbb5dd5a996 /core/java/android/text/TextUtils.java | |
| parent | 7de6578f1c4bf97c9f856f819d4985d25163012a (diff) | |
Added an add to dictionary option in suggestions for misspelled words
Change-Id: I031f17a76b4a81ae375b778046b8c391f9b8b2b2
Diffstat (limited to 'core/java/android/text/TextUtils.java')
| -rw-r--r-- | core/java/android/text/TextUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/TextUtils.java b/core/java/android/text/TextUtils.java index 355d46748fa7..894afbdc20ef 100644 --- a/core/java/android/text/TextUtils.java +++ b/core/java/android/text/TextUtils.java @@ -750,7 +750,7 @@ public class TextUtils { case SUGGESTION_RANGE_SPAN: readSpan(p, sp, new SuggestionRangeSpan(p)); break; - + case EASY_EDIT_SPAN: readSpan(p, sp, new EasyEditSpan()); break; |
