mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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 ) ) {
|
if ( null == gameInfo.get( name ) ) {
|
||||||
ContentValues values = new ContentValues();
|
ContentValues values = new ContentValues();
|
||||||
values.put( DBHelper.GROUPNAME, name );
|
values.put( DBHelper.GROUPNAME, name );
|
||||||
values.put( DBHelper.EXPANDED, 0 );
|
values.put( DBHelper.EXPANDED, 1 );
|
||||||
|
|
||||||
initDB( context );
|
initDB( context );
|
||||||
synchronized( s_dbHelper ) {
|
synchronized( s_dbHelper ) {
|
||||||
|
|
Loading…
Reference in a new issue