mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix bug in regular expression stripping quotes."
This commit is contained in:
commit
54e891e2bd
@ -59,7 +59,7 @@ public abstract class AndroidWordLevelSpellCheckerSession extends Session {
|
||||
private final ContentObserver mObserver;
|
||||
|
||||
private static final String quotesRegexp =
|
||||
"\\u0022|\\u0027|\\u0060|\\u00B4|\\u2018|\\u2018|\\u201C|\\u201D";
|
||||
"(\\u0022|\\u0027|\\u0060|\\u00B4|\\u2018|\\u2018|\\u201C|\\u201D)";
|
||||
|
||||
private static final class SuggestionsParams {
|
||||
public final String[] mSuggestions;
|
||||
|
Loading…
Reference in New Issue
Block a user