mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
launch on tap even if selected
This commit is contained in:
parent
b7d756957c
commit
735e42cd90
1 changed files with 1 additions and 3 deletions
|
@ -84,9 +84,7 @@ public class GameListItem extends LinearLayout
|
|||
@Override
|
||||
public void onClick( View v ) {
|
||||
// if selected, just un-select
|
||||
if ( m_selected ) {
|
||||
toggleSelected();
|
||||
} else if ( null != m_summary ) {
|
||||
if ( null != m_summary ) {
|
||||
m_cb.itemClicked( GameListItem.this, m_summary );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue