mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix a missing initialization
Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7
This commit is contained in:
parent
1cf2acd8de
commit
7140035932
@ -82,8 +82,10 @@ public final class SpacingAndPunctuations {
|
||||
mSortedSymbolsClusteringTogether = model.mSortedSymbolsClusteringTogether;
|
||||
mSortedWordConnectors = model.mSortedWordConnectors;
|
||||
mSortedWordSeparators = overrideSortedWordSeparators;
|
||||
mSortedSentenceTerminators = model.mSortedSentenceTerminators;
|
||||
mSuggestPuncList = model.mSuggestPuncList;
|
||||
mSentenceSeparator = model.mSentenceSeparator;
|
||||
mAbbreviationMarker = model.mAbbreviationMarker;
|
||||
mSentenceSeparatorAndSpace = model.mSentenceSeparatorAndSpace;
|
||||
mCurrentLanguageHasSpaces = model.mCurrentLanguageHasSpaces;
|
||||
mUsesAmericanTypography = model.mUsesAmericanTypography;
|
||||
|
Loading…
Reference in New Issue
Block a user