redraw full list after resetting a game in case position changes

This commit is contained in:
Eric House 2012-12-11 19:10:05 -08:00
parent 7246ae28c6
commit 01d17fe0c5

View file

@ -452,6 +452,7 @@ public class GamesList extends XWListActivity
break;
case RESET_GAME_ACTION:
GameUtils.resetGame( this, m_rowid );
onContentChanged(); // required because position may change
break;
case DELETE_GAME_ACTION:
GameUtils.deleteGame( this, m_rowid, true );