mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
double scan progress time
Since the BT stuff tends to timeout late when failing, this looks better.
This commit is contained in:
parent
de9b0851d5
commit
54fb43ec62
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ public class BTInviteDelegate extends InviteDelegate {
|
|||
int count = BTService.getPairedCount( m_activity );
|
||||
if ( 0 < count ) {
|
||||
mNDevsThisScan = 0;
|
||||
showProgress( count, SCAN_SECONDS );
|
||||
showProgress( count, 2 * SCAN_SECONDS );
|
||||
BTService.scan( m_activity, 1000 * SCAN_SECONDS );
|
||||
} else {
|
||||
makeConfirmThenBuilder( R.string.bt_no_devs,
|
||||
|
|
Loading…
Reference in a new issue