mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
disable the robot button in invites for now
This commit is contained in:
parent
49909c84d6
commit
982f238b9d
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ public class InviteChoicesAlert extends DlgDelegateAlert
|
|||
inviteView.setChoices( means, lastSelMeans, players )
|
||||
.setCallbacks( this );
|
||||
|
||||
if ( BuildConfig.DEBUG ) {
|
||||
if ( false && BuildConfig.DEBUG ) {
|
||||
OnClickListener ocl = new OnClickListener() {
|
||||
@Override
|
||||
public void onClick( DialogInterface dlg, int pos ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue