Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71400359 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix a missing initialization

Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7
parent 1cf2acd8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;