disable the robot button in invites for now

This commit is contained in:
Eric House 2020-09-22 20:36:39 -07:00
parent 49909c84d6
commit 982f238b9d

View file

@ -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 ) {