mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
don't refresh public room names when game is locked.
This commit is contained in:
parent
bad8a5e19b
commit
af96e184d7
1 changed files with 4 additions and 2 deletions
|
@ -970,8 +970,10 @@ public class GameConfig extends XWActivity
|
|||
|
||||
private void refreshNames()
|
||||
{
|
||||
new RefreshNamesTask( this, this, m_gi.dictLang,
|
||||
m_gi.nPlayers, m_roomChoose ).execute();
|
||||
if ( !m_isLocked ) {
|
||||
new RefreshNamesTask( this, this, m_gi.dictLang,
|
||||
m_gi.nPlayers, m_roomChoose ).execute();
|
||||
}
|
||||
}
|
||||
|
||||
private void setTitle()
|
||||
|
|
Loading…
Add table
Reference in a new issue