Merge pull request #5400 from k9mail/fix_push_when_connectivity_returns
Restart AccountPushControllers when connectivity returns
This commit is contained in:
commit
475a1474bd
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ class PushController internal constructor(
|
|||
accountPushController.reconnect()
|
||||
}
|
||||
}
|
||||
|
||||
updatePushers()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue