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

Commit 471252b9 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug in multiple shortcut handling code." into jb-mr1-dev

parents dc38a343 516f9d6e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ class TerminalAttributes {
                outWord[i] = (uint16_t)codePoint;
            }
            *outFreq = BinaryFormat::getAttributeFrequencyFromFlags(shortcutFlags);
            mPos += BinaryFormat::CHARACTER_ARRAY_TERMINATOR_SIZE;
            return i;
        }
    };