mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
juggle before setting language (makes sense though not demonstrable
difference)
This commit is contained in:
parent
cd844a5bad
commit
4cb45d3b82
1 changed files with 2 additions and 2 deletions
|
@ -101,11 +101,11 @@ public class CurGameInfo {
|
|||
}
|
||||
}
|
||||
|
||||
setLang( 0 );
|
||||
|
||||
if ( CommonPrefs.getAutoJuggle( context ) ) {
|
||||
juggle();
|
||||
}
|
||||
|
||||
setLang( 0 );
|
||||
}
|
||||
|
||||
public CurGameInfo( Context context, CurGameInfo src )
|
||||
|
|
Loading…
Add table
Reference in a new issue