mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +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;
|
||||
}
|
||||
|
||||
String name = GameUtils.getName( m_context, m_rowid );
|
||||
if ( null != value ) {
|
||||
String name = GameUtils.getName( m_context, m_rowid );
|
||||
value = m_context.getString( R.string.str_game_namef,
|
||||
name, value );
|
||||
} else {
|
||||
value = GameUtils.getName( m_context, m_rowid );
|
||||
value = name;
|
||||
}
|
||||
|
||||
view.setText( value );
|
||||
|
|
Loading…
Reference in a new issue