double scan progress time

Since the BT stuff tends to timeout late when failing, this looks better.
This commit is contained in:
Eric House 2019-02-13 07:29:18 -08:00
parent de9b0851d5
commit 54fb43ec62

View file

@ -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,