don't let new group dialog present the last name chosen as default name

This commit is contained in:
Eric House 2012-12-29 09:18:17 -08:00
parent 78670e9650
commit 674b6d3e8e

View file

@ -238,6 +238,7 @@ public class GamesList extends XWExpandableListActivity
dialog = buildNamerDlg( "", R.string.newgroup_label,
R.string.game_rename_title,
lstnr, RENAME_GROUP );
Utils.setRemoveOnDismiss( this, dialog, id );
break;
case CHANGE_GROUP: