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);
|
disconnect(account, false);
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
cancelWakeUpCall(account.getUuid().hashCode());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Log.d(Config.LOGTAG, "good bye");
|
Log.d(Config.LOGTAG, "good bye");
|
||||||
|
|
Loading…
Reference in a new issue