mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
Clear thumbnail when saving changes. Not sure this is the best place
to do it, but it fixes the problem I'm after.
This commit is contained in:
parent
c581bb93ad
commit
67fb55ccf2
1 changed files with 1 additions and 0 deletions
|
@ -1156,6 +1156,7 @@ public class GameConfigDelegate extends DelegateBase
|
|||
GameLock gameLock = new GameLock( m_rowid, true ).lock();
|
||||
GameUtils.applyChanges( m_activity, m_gi, m_car, gameLock,
|
||||
forceNew );
|
||||
DBUtils.saveThumbnail( m_activity, gameLock, null ); // clear it
|
||||
gameLock.unlock();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue