mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
'final' not needed
This commit is contained in:
parent
c47189e81f
commit
fd61c0af02
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public class GameConfig extends XWActivity
|
|||
|
||||
switch (id) {
|
||||
case PLAYER_EDIT:
|
||||
final View playerEditView
|
||||
View playerEditView
|
||||
= Utils.inflate( this, R.layout.player_edit );
|
||||
|
||||
dialog = new AlertDialog.Builder( this )
|
||||
|
|
Loading…
Reference in a new issue