From 9cfb302a2fd7df1dd48c4e7ce56eef2fc2805efa Mon Sep 17 00:00:00 2001 From: Andy2 Date: Mon, 18 Oct 2010 06:48:26 -0700 Subject: [PATCH] don't populate room name; better that people see the hint --- .../XWords4/src/org/eehouse/android/xw4/GameConfig.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GameConfig.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GameConfig.java index 7afacd89d..f3baa6c07 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GameConfig.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GameConfig.java @@ -29,7 +29,6 @@ import java.util.ArrayList; import android.view.Gravity; import android.view.Menu; import android.view.MenuItem; -import android.widget.EditText; import android.widget.TextView; import android.widget.AdapterView; import android.widget.AdapterView.OnItemSelectedListener; @@ -391,7 +390,7 @@ public class GameConfig extends XWActivity m_car.ip_relay_advertiseRoom ); m_publicRoomsSet = (LinearLayout)findViewById(R.id.public_rooms_set ); m_privateRoomsSet = (LinearLayout)findViewById(R.id.private_rooms_set ); - Utils.setText( this, R.id.room_edit, m_car.ip_relay_invite ); + //Utils.setText( this, R.id.room_edit, m_car.ip_relay_invite ); m_addPlayerButton = (Button)findViewById(R.id.add_player); m_addPlayerButton.setOnClickListener( this );