mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
don't include expiry in group header when expanded
This commit is contained in:
parent
ed0bb5b31e
commit
7f9898f317
1 changed files with 5 additions and 4 deletions
|
@ -194,10 +194,11 @@ public class GameListAdapter implements ExpandableListAdapter {
|
|||
|
||||
String name = groupNames()[groupPosition];
|
||||
|
||||
if ( !isExpanded ) {
|
||||
GameGroupInfo ggi = gameInfo().get( name );
|
||||
view.setPct( m_handler, ggi.m_hasTurn, ggi.m_turnLocal,
|
||||
ggi.m_lastMoveTime );
|
||||
|
||||
}
|
||||
int nKids = getChildrenCount( groupPosition );
|
||||
name = m_context.getString( R.string.group_namef, name, nKids );
|
||||
view.setText( name );
|
||||
|
|
Loading…
Add table
Reference in a new issue