mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
clear the cache after loading a new DB so will redraw correctly in list
This commit is contained in:
parent
b2bd6ce662
commit
7246ae28c6
1 changed files with 1 additions and 0 deletions
|
@ -924,6 +924,7 @@ public class DBUtils {
|
|||
|
||||
public static void loadDB( Context context )
|
||||
{
|
||||
clearRowIDsCache();
|
||||
copyGameDB( context, false );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue