Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 475a1474 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #5400 from k9mail/fix_push_when_connectivity_returns

Restart AccountPushControllers when connectivity returns
parents 36f0f97e 38c0b2df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,8 @@ class PushController internal constructor(
                    accountPushController.reconnect()
                }
            }

            updatePushers()
        }
    }