mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
cleanup
This commit is contained in:
parent
af6f01fd9c
commit
05aaffb933
1 changed files with 11 additions and 15 deletions
|
@ -460,7 +460,6 @@ public class BoardDelegate extends DelegateBase
|
||||||
.create();
|
.create();
|
||||||
break;
|
break;
|
||||||
case DLG_INVITE:
|
case DLG_INVITE:
|
||||||
if ( true || null != m_room ) {
|
|
||||||
lstnr = new DialogInterface.OnClickListener() {
|
lstnr = new DialogInterface.OnClickListener() {
|
||||||
public void onClick( DialogInterface dialog,
|
public void onClick( DialogInterface dialog,
|
||||||
int item ) {
|
int item ) {
|
||||||
|
@ -472,9 +471,6 @@ public class BoardDelegate extends DelegateBase
|
||||||
.setPositiveButton( R.string.button_yes, lstnr )
|
.setPositiveButton( R.string.button_yes, lstnr )
|
||||||
.setNegativeButton( R.string.button_no, null )
|
.setNegativeButton( R.string.button_no, null )
|
||||||
.create();
|
.create();
|
||||||
} else {
|
|
||||||
DbgUtils.showf( m_activity, "can't invite for relay: room name not set" );
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ENABLE_NFC:
|
case ENABLE_NFC:
|
||||||
|
|
Loading…
Add table
Reference in a new issue