mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 59a55fcb: Merge "Set SuggestionSpan with FLAG_AUTO_CORRECTION as a composing span" into ics-mr0
* commit '59a55fcbec6e9f2b856c3876e51da6191fd2774e': Set SuggestionSpan with FLAG_AUTO_CORRECTION as a composing span
This commit is contained in:
commit
c1981eb83b
@ -69,7 +69,8 @@ public class SuggestionSpanUtils {
|
|||||||
Log.w(TAG, "Suggestion span was not created.");
|
Log.w(TAG, "Suggestion span was not created.");
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
spannable.setSpan(ss, 0, text.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
spannable.setSpan(ss, 0, text.length(),
|
||||||
|
Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING);
|
||||||
return spannable;
|
return spannable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user