mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
pass parent, not self
This commit is contained in:
parent
43e69c7627
commit
4fe402e636
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class GameListItem extends LinearLayout
|
||||||
if ( m_selected ) {
|
if ( m_selected ) {
|
||||||
toggleSelected();
|
toggleSelected();
|
||||||
} else if ( null != m_summary ) {
|
} else if ( null != m_summary ) {
|
||||||
m_cb.itemClicked( this, m_summary );
|
m_cb.itemClicked( GameListItem.this, m_summary );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Reference in a new issue