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

Commit 57331a21 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

am: 11854058

Change-Id: I5824541c087b3a38f8f87e09779bd614aa968228
parents 5eafdedc 11854058
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];