don't include expiry in group header when expanded

This commit is contained in:
Eric House 2012-12-19 20:49:02 -08:00
parent ed0bb5b31e
commit 7f9898f317

View file

@ -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 );