Do not attempt to restore the pusher after 2 removal in a short time.
This commit is contained in:
parent
9498e6f7fb
commit
f1e12c1c1c
4 changed files with 136 additions and 11 deletions
|
|
@ -333,7 +333,7 @@ class NotificationSettingsPresenterTest {
|
|||
}
|
||||
|
||||
private fun createFakePushService(
|
||||
registerWithLambda: suspend (MatrixClient, PushProvider, Distributor) -> Result<Unit> = { _, _, _ ->
|
||||
registerWithLambda: (MatrixClient, PushProvider, Distributor) -> Result<Unit> = { _, _, _ ->
|
||||
Result.success(Unit)
|
||||
}
|
||||
): PushService {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue