fixed nasty 'stuck at sending' bug that got introduced in 32826ec29d

This commit is contained in:
Daniel Gultsch 2015-08-19 12:47:50 +02:00
parent 6e1870b00a
commit 52f0622dd3
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
scheduleWakeUpCall(Config.PING_MAX_INTERVAL, account.getUuid().hashCode());
} else if (account.getStatus() == Account.State.OFFLINE) {
resetSendingToWaiting(account);
if (!account.isOptionSet(Account.OPTION_DISABLED)) {
int timeToReconnect = mRandom.nextInt(20) + 10;
scheduleWakeUpCall(timeToReconnect,account.getUuid().hashCode());