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

Commit b34aee54 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 71400359: Fix a missing initialization

* commit '71400359':
  Fix a missing initialization
parents aad99530 71400359
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;