Browse Source

Code quality

pull/2596/head
Benoit Marty 6 months ago committed by Benoit Marty
parent
commit
9c89a3b0c7
  1. 5
      features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/notifications/troubleshoot/TroubleshootNotificationsView.kt

5
features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/notifications/troubleshoot/TroubleshootNotificationsView.kt

@ -185,10 +185,11 @@ private fun RunTestButton(state: TroubleshootNotificationsState) {
headlineContent = { headlineContent = {
Button( Button(
text = stringResource( text = stringResource(
id = if (state.testSuiteState.mainState is AsyncAction.Failure) id = if (state.testSuiteState.mainState is AsyncAction.Failure) {
R.string.troubleshoot_notifications_screen_action_again R.string.troubleshoot_notifications_screen_action_again
else } else {
R.string.troubleshoot_notifications_screen_action R.string.troubleshoot_notifications_screen_action
}
), ),
onClick = { onClick = {
state.eventSink(TroubleshootNotificationsEvents.StartTests) state.eventSink(TroubleshootNotificationsEvents.StartTests)

Loading…
Cancel
Save