clear the cache after loading a new DB so will redraw correctly in list

This commit is contained in:
Eric House 2012-12-11 19:09:33 -08:00
parent b2bd6ce662
commit 7246ae28c6

View file

@ -924,6 +924,7 @@ public class DBUtils {
public static void loadDB( Context context )
{
clearRowIDsCache();
copyGameDB( context, false );
}