commit | b94d654d36d6352d56847d877450b80da7e0d5b4 | [log] [tgz] |
---|---|---|
author | Igor Chernyshev <igorc@google.com> | Tue Nov 12 18:56:21 2013 -0800 |
committer | Igor Chernyshev <igorc@google.com> | Tue Nov 12 18:56:21 2013 -0800 |
tree | 8a46c24753509eccb0b82f5b4a2ae0ee44c8ba15 | |
parent | 01e42c0be27f492a7325141f509755aa064923f3 [diff] |
Use index in SparseArray access properly The original code was calling get() rather than valueAt(), treating index as if it was a key. Change-Id: I52539dfcb49b3d2ee3cb027d38c50b46f73b5ee7 Signed-off-by: Igor Chernyshev <igorc@google.com>