mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
clear thumbnail after processing background move so it'll get redrawn.
Better would be to just draw it since the game is already open, but that takes more changes.
This commit is contained in:
parent
d02bbf2d50
commit
15cbad340a
1 changed files with 4 additions and 0 deletions
|
@ -742,6 +742,10 @@ public class GameUtils {
|
|||
saveGame( context, gamePtr, gi, lock, false );
|
||||
summarizeAndClose( context, lock, gamePtr, gi, feedImpl );
|
||||
|
||||
if ( draw && XWPrefs.getThumbEnabled( context ) ) {
|
||||
DBUtils.saveThumbnail( context, lock, null );
|
||||
}
|
||||
|
||||
int flags = setFromFeedImpl( feedImpl );
|
||||
if ( GameSummary.MSG_FLAGS_NONE != flags ) {
|
||||
draw = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue