Merge pull request #5400 from k9mail/fix_push_when_connectivity_returns

Restart AccountPushControllers when connectivity returns
This commit is contained in:
cketti 2021-07-10 15:30:03 +02:00 committed by GitHub
commit 475a1474bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,8 @@ class PushController internal constructor(
accountPushController.reconnect()
}
}
updatePushers()
}
}