commit | 8842f0bd5c97cb39f6912392f34ba7435c275a42 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Wed Jun 24 12:53:54 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Wed Jun 24 12:53:54 2009 -0700 |
tree | e42c05cd6ad27b386e39684a37cd6d75c2cf7c72 | |
parent | 6f8e592347d463044b7dd8999588840cec6e956e [diff] |
Calling setItemChecked(p, true) twice would toggle the selection in ListView. This fixes a bug in ListView#setItemChecked(int, boolean). Calling the method twice would cause the checked state to be toggled instead of remaining the same.