mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
fix NPE: update menu after deleting games
This commit is contained in:
parent
85382c982c
commit
2a01d25a29
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ public class GamesList extends XWExpandableListActivity
|
|||
GameUtils.deleteGame( this, rowid, false );
|
||||
}
|
||||
m_selected.clear();
|
||||
|
||||
Utils.invalidateOptionsMenuIf( this );
|
||||
NetUtils.informOfDeaths( this );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue