mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 09:42:17 -05:00
fixed logic bug where presences where cleared to early
This commit is contained in:
parent
748582e3ab
commit
507cfba6ad
@ -202,7 +202,6 @@ public class XmppConnectionService extends Service {
|
||||
}
|
||||
scheduleWakeupCall(PING_MAX_INTERVAL, true);
|
||||
} else if (account.getStatus() == Account.STATUS_OFFLINE) {
|
||||
databaseBackend.clearPresences(account);
|
||||
if (!account.isOptionSet(Account.OPTION_DISABLED)) {
|
||||
int timeToReconnect = mRandom.nextInt(50) + 10;
|
||||
scheduleWakeupCall(timeToReconnect, false);
|
||||
|
Loading…
Reference in New Issue
Block a user