mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
comment out toast that's showing on every connection -- too annoying
This commit is contained in:
parent
5d7cc9e9e8
commit
4c36207822
1 changed files with 8 additions and 4 deletions
|
@ -1212,10 +1212,14 @@ public class BoardActivity extends XWActivity
|
|||
// All players have now joined the game. The device that
|
||||
// created the room will assign tiles. Then it will be
|
||||
// the first player's turn
|
||||
toastStr = getString( R.string.msg_relay_all_heref, room );
|
||||
if ( devOrder > 1 ) {
|
||||
naMsg = R.string.not_again_conndall;
|
||||
naKey = R.string.key_notagain_conndall;
|
||||
|
||||
// Skip this until there's a way to show it only once per game
|
||||
if ( false ) {
|
||||
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 ) {
|
||||
if ( !m_haveInvited ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue