Add test on DefaultPushService
This commit is contained in:
parent
dc6e62a324
commit
505f6d4dae
6 changed files with 259 additions and 8 deletions
|
|
@ -46,9 +46,6 @@ class DefaultPushService @Inject constructor(
|
|||
.sortedBy { it.index }
|
||||
}
|
||||
|
||||
/**
|
||||
* Get current push provider, compare with provided one, then unregister and register if different, and store change.
|
||||
*/
|
||||
override suspend fun registerWith(
|
||||
matrixClient: MatrixClient,
|
||||
pushProvider: PushProvider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue