mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
always show game name (for now)
This commit is contained in:
parent
b0b747f642
commit
166bee6c82
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ public class GameListAdapter extends XWListAdapter {
|
||||||
|
|
||||||
if ( null == layout ) {
|
if ( null == layout ) {
|
||||||
layout = m_factory.inflate( m_layoutId, null );
|
layout = m_factory.inflate( m_layoutId, null );
|
||||||
boolean hideTitle = CommonPrefs.getHideTitleBar( m_context );
|
final boolean hideTitle =
|
||||||
|
false;//CommonPrefs.getHideTitleBar( m_context );
|
||||||
|
|
||||||
// If we can't read the summary right now we still need to
|
// If we can't read the summary right now we still need to
|
||||||
// return a view but shouldn't cache it
|
// return a view but shouldn't cache it
|
||||||
|
|
Loading…
Reference in a new issue