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

Commit 11854058 authored by Thom Hurks's avatar Thom Hurks Committed by android-build-merger
Browse files

Merge "Use correct variable for init in GsmAlphabet" am: f84cf464

am: 2a0d20e2

Change-Id: Icd1657553f0cbc918a0d85f518e863d83204f650
parents e94bde38 2a0d20e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1516,7 +1516,7 @@ public class GsmAlphabet {
            }
        }

        sCharsToShiftTables = new SparseIntArray[numTables];
        sCharsToShiftTables = new SparseIntArray[numShiftTables];
        for (int i = 0; i < numShiftTables; i++) {
            String shiftTable = sLanguageShiftTables[i];