Code quality
This commit is contained in:
parent
7b16b10a64
commit
9c89a3b0c7
1 changed files with 3 additions and 2 deletions
|
|
@ -185,10 +185,11 @@ private fun RunTestButton(state: TroubleshootNotificationsState) {
|
|||
headlineContent = {
|
||||
Button(
|
||||
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
|
||||
else
|
||||
} else {
|
||||
R.string.troubleshoot_notifications_screen_action
|
||||
}
|
||||
),
|
||||
onClick = {
|
||||
state.eventSink(TroubleshootNotificationsEvents.StartTests)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue