Michael W b1dd4299c4 SetupWizard: Fix a few possible NPEs
* Accessing SparseArrays with zero-based indexes can fail due to non-used
  indexes
* mCheckBoxes and mRows should always be accessed with the key they were
  added
-> use keyAt(index) when iterating the SparseArray
-> use the simSlotIndex when iterating the subInfoRecords

BUGBASH-318
BUGBASH-610 (partially)

Change-Id: Ib831c3623dafa5bd7d0c95acfa69f4a686644be6
2017-07-28 19:03:51 +02:00
2017-07-25 20:25:09 -07:00
2015-01-15 16:04:44 -08:00
2017-02-18 16:03:59 +00:00
Description
No description provided
13 MiB
Languages
Java 99.1%
Shell 0.9%