Commit 50d43a9
committed
Fix ArrayIndexOutOfBoundsException in MainActivity
Fixes ANDROID-E7
Changed array size from 1 to 3 to prevent ArrayIndexOutOfBoundsException
when accessing index 2. The array now has valid indices 0, 1, and 2.1 parent 814e302 commit 50d43a9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments