mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
force refresh after delete
This commit is contained in:
parent
be3cad96d7
commit
b827c82291
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ public class GamesList extends XWExpandableListActivity
|
|||
|
||||
case DELETE_GROUP_ACTION:
|
||||
DBUtils.deleteGroup( this, m_groupid );
|
||||
onContentChanged();
|
||||
break;
|
||||
default:
|
||||
Assert.fail();
|
||||
|
|
Loading…
Reference in a new issue