comment out toast that's showing on every connection -- too annoying

This commit is contained in:
Eric House 2013-08-15 22:20:44 -07:00
parent 5d7cc9e9e8
commit 4c36207822

View file

@ -1212,10 +1212,14 @@ public class BoardActivity extends XWActivity
// All players have now joined the game. The device that // All players have now joined the game. The device that
// created the room will assign tiles. Then it will be // created the room will assign tiles. Then it will be
// the first player's turn // the first player's turn
toastStr = getString( R.string.msg_relay_all_heref, room );
if ( devOrder > 1 ) { // Skip this until there's a way to show it only once per game
naMsg = R.string.not_again_conndall; if ( false ) {
naKey = R.string.key_notagain_conndall; toastStr = getString( R.string.msg_relay_all_heref, room );
if ( devOrder > 1 ) {
naMsg = R.string.not_again_conndall;
naKey = R.string.key_notagain_conndall;
}
} }
} else if ( nMissing > 0 ) { } else if ( nMissing > 0 ) {
if ( !m_haveInvited ) { if ( !m_haveInvited ) {