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

Commit f84cf464 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use correct variable for init in GsmAlphabet"

parents 71e79a23 17a01554
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];