mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
cleanup
This commit is contained in:
parent
280154a12c
commit
6b2ec193c2
1 changed files with 2 additions and 2 deletions
|
@ -189,12 +189,12 @@ public class GameListItem extends LinearLayout
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( null != value ) {
|
|
||||||
String name = GameUtils.getName( m_context, m_rowid );
|
String name = GameUtils.getName( m_context, m_rowid );
|
||||||
|
if ( null != value ) {
|
||||||
value = m_context.getString( R.string.str_game_namef,
|
value = m_context.getString( R.string.str_game_namef,
|
||||||
name, value );
|
name, value );
|
||||||
} else {
|
} else {
|
||||||
value = GameUtils.getName( m_context, m_rowid );
|
value = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
view.setText( value );
|
view.setText( value );
|
||||||
|
|
Loading…
Add table
Reference in a new issue