Do not attempt to restore the pusher after 2 removal in a short time.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user