Remove debugging code.
This commit is contained in:
parent
767a0904ef
commit
7bad558f16
1 changed files with 1 additions and 7 deletions
|
|
@ -135,13 +135,7 @@ class EditDefaultNotificationSettingPresenter @AssistedInject constructor(
|
||||||
suspend {
|
suspend {
|
||||||
// On modern clients, we don't have different settings for encrypted and non-encrypted rooms (Legacy clients did).
|
// On modern clients, we don't have different settings for encrypted and non-encrypted rooms (Legacy clients did).
|
||||||
notificationSettingsService.setDefaultRoomNotificationMode(isEncrypted = true, mode = mode, isOneToOne = isOneToOne).getOrThrow()
|
notificationSettingsService.setDefaultRoomNotificationMode(isEncrypted = true, mode = mode, isOneToOne = isOneToOne).getOrThrow()
|
||||||
val result = notificationSettingsService.setDefaultRoomNotificationMode(isEncrypted = false, mode = mode, isOneToOne = isOneToOne)
|
notificationSettingsService.setDefaultRoomNotificationMode(isEncrypted = false, mode = mode, isOneToOne = isOneToOne).getOrThrow()
|
||||||
|
|
||||||
if (result.isFailure) {
|
|
||||||
result.exceptionOrNull()?.printStackTrace()
|
|
||||||
}
|
|
||||||
|
|
||||||
result.getOrThrow()
|
|
||||||
}.runCatchingUpdatingState(action)
|
}.runCatchingUpdatingState(action)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue