mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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) {
|
switch (id) {
|
||||||
case PLAYER_EDIT:
|
case PLAYER_EDIT:
|
||||||
final View playerEditView
|
View playerEditView
|
||||||
= Utils.inflate( this, R.layout.player_edit );
|
= Utils.inflate( this, R.layout.player_edit );
|
||||||
|
|
||||||
dialog = new AlertDialog.Builder( this )
|
dialog = new AlertDialog.Builder( this )
|
||||||
|
|
Loading…
Reference in a new issue