mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix formatting
This commit is contained in:
parent
58f1618586
commit
017f4da29d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class XWListItem extends LinearLayout {
|
|||
ImageButton button = (ImageButton)findViewById( R.id.del );
|
||||
button.setOnClickListener( new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick( View view ) {
|
||||
public void onClick( View view ) {
|
||||
m_cb.deleteCalled( m_position, getText() );
|
||||
}
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue