removed unused call to cancel events
This commit is contained in:
parent
c53c6cb6b6
commit
39e717ed94
|
@ -801,7 +801,6 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
|
|||
disconnect(account, false);
|
||||
}
|
||||
}).start();
|
||||
cancelWakeUpCall(account.getUuid().hashCode());
|
||||
}
|
||||
}
|
||||
Log.d(Config.LOGTAG, "good bye");
|
||||
|
|
Loading…
Reference in New Issue