commit | 158c19020b60cf1c807d8bf40052b7091b2c08c4 | [log] [tgz] |
---|---|---|
author | Kenny Root <kenny@the-b.org> | Tue Jun 09 12:07:28 2009 -0500 |
committer | Kenny Root <kenny@the-b.org> | Tue Jun 09 13:47:00 2009 -0500 |
tree | af64772f59d5fd1b2385be4ddf360e285ec6c880 | |
parent | 9b90fd4fa11eb32403f99c60d23abe4d9c5bf8d5 [diff] |
Fix logic inversion in ListView Javadoc The Javadoc for isItemChecked, getCheckedItemPosition, and getCheckedItemPositions stated the return was valid if conditions were the inverse of what the method checked for. This was pointed out in Android issue 2366