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:
Eric House 2015-10-29 07:00:22 -07:00
parent c581bb93ad
commit 67fb55ccf2

View file

@ -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();
}
}