mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +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
|
@Override
|
||||||
public void onClick( View v ) {
|
public void onClick( View v ) {
|
||||||
// if selected, just un-select
|
// if selected, just un-select
|
||||||
if ( m_selected ) {
|
if ( null != m_summary ) {
|
||||||
toggleSelected();
|
|
||||||
} else if ( null != m_summary ) {
|
|
||||||
m_cb.itemClicked( GameListItem.this, m_summary );
|
m_cb.itemClicked( GameListItem.this, m_summary );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue