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

Commit 2a0d20e2 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

Change-Id: I552f20acd1de433abecc1ce32912686a5401322d
parents b17db596 f84cf464
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];