mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +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 );
|
int count = BTService.getPairedCount( m_activity );
|
||||||
if ( 0 < count ) {
|
if ( 0 < count ) {
|
||||||
mNDevsThisScan = 0;
|
mNDevsThisScan = 0;
|
||||||
showProgress( count, SCAN_SECONDS );
|
showProgress( count, 2 * SCAN_SECONDS );
|
||||||
BTService.scan( m_activity, 1000 * SCAN_SECONDS );
|
BTService.scan( m_activity, 1000 * SCAN_SECONDS );
|
||||||
} else {
|
} else {
|
||||||
makeConfirmThenBuilder( R.string.bt_no_devs,
|
makeConfirmThenBuilder( R.string.bt_no_devs,
|
||||||
|
|
Loading…
Reference in a new issue