mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
start new groups out expanded
This commit is contained in:
parent
8c5cd9ebe3
commit
9997c43298
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ public class DBUtils {
|
|||
if ( null == gameInfo.get( name ) ) {
|
||||
ContentValues values = new ContentValues();
|
||||
values.put( DBHelper.GROUPNAME, name );
|
||||
values.put( DBHelper.EXPANDED, 0 );
|
||||
values.put( DBHelper.EXPANDED, 1 );
|
||||
|
||||
initDB( context );
|
||||
synchronized( s_dbHelper ) {
|
||||
|
|
Loading…
Reference in a new issue