mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +01:00
clear thumbnail after resetting game
This commit is contained in:
parent
29a4634a40
commit
8976d26f00
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ public class GameUtils {
|
|||
saveGame( context, gamePtr, gi, lockDest, true );
|
||||
}
|
||||
summarizeAndClose( context, lockDest, gamePtr, gi );
|
||||
DBUtils.saveThumbnail( context, lockDest, null );
|
||||
|
||||
return lockDest;
|
||||
} // resetGame
|
||||
|
|
Loading…
Reference in a new issue