mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 01:32:17 -05:00
commit
0baa2dd03e
@ -665,7 +665,7 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void resetAllAttemptCounts(boolean reallyAll) {
|
private void resetAllAttemptCounts(boolean reallyAll) {
|
||||||
Log.d(Config.LOGTAG, "resetting all attepmt counts");
|
Log.d(Config.LOGTAG, "resetting all attempt counts");
|
||||||
for (Account account : accounts) {
|
for (Account account : accounts) {
|
||||||
if (account.hasErrorStatus() || reallyAll) {
|
if (account.hasErrorStatus() || reallyAll) {
|
||||||
final XmppConnection connection = account.getXmppConnection();
|
final XmppConnection connection = account.getXmppConnection();
|
||||||
|
Loading…
Reference in New Issue
Block a user