mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
redraw full list after resetting a game in case position changes
This commit is contained in:
parent
7246ae28c6
commit
01d17fe0c5
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue