Merge remote-tracking branch 'origin/develop' into feature/bma/mutliAccountNotification
This commit is contained in:
commit
1bba0d4dda
421 changed files with 4365 additions and 4190 deletions
BIN
libraries/push/impl/src/debug/res/raw/message.mp3
Normal file
BIN
libraries/push/impl/src/debug/res/raw/message.mp3
Normal file
Binary file not shown.
|
|
@ -62,7 +62,7 @@ class IgnoredUsersTest(
|
|||
coroutineScope: CoroutineScope,
|
||||
navigator: NotificationTroubleshootNavigator,
|
||||
) {
|
||||
navigator.openIgnoredUsers()
|
||||
navigator.navigateToBlockedUsers()
|
||||
}
|
||||
|
||||
override suspend fun reset() = delegate.reset()
|
||||
|
|
|
|||
BIN
libraries/push/impl/src/nightly/res/raw/message.mp3
Normal file
BIN
libraries/push/impl/src/nightly/res/raw/message.mp3
Normal file
Binary file not shown.
|
|
@ -39,7 +39,7 @@ class IgnoredUsersTestTest {
|
|||
)
|
||||
val openIgnoredUsersResult = lambdaRecorder<Unit> {}
|
||||
val navigator = object : NotificationTroubleshootNavigator {
|
||||
override fun openIgnoredUsers() = openIgnoredUsersResult()
|
||||
override fun navigateToBlockedUsers() = openIgnoredUsersResult()
|
||||
}
|
||||
sut.quickFix(
|
||||
coroutineScope = backgroundScope,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue