mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
reduce time we'll wait for a summary to unlock when loading it for games list.
This commit is contained in:
parent
01d17fe0c5
commit
575d5e9745
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ public class GameListItem extends LinearLayout
|
||||||
@Override
|
@Override
|
||||||
protected GameSummary doInBackground( Void... unused )
|
protected GameSummary doInBackground( Void... unused )
|
||||||
{
|
{
|
||||||
return DBUtils.getSummary( m_context, m_rowid, 1500 );
|
return DBUtils.getSummary( m_context, m_rowid, 150 );
|
||||||
} // doInBackground
|
} // doInBackground
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue