mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
inval group cache after deleting a game
This commit is contained in:
parent
6198992fcd
commit
57f9182a4d
1 changed files with 1 additions and 0 deletions
|
@ -887,6 +887,7 @@ public class DBUtils {
|
||||||
db.delete( DBHelper.TABLE_NAME_SUM, selection, null );
|
db.delete( DBHelper.TABLE_NAME_SUM, selection, null );
|
||||||
db.close();
|
db.close();
|
||||||
}
|
}
|
||||||
|
invalGroupsCache();
|
||||||
notifyListeners( lock.getRowid(), true );
|
notifyListeners( lock.getRowid(), true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue