Feature sso fix#8
Conversation
| _uiState.update { it.copy(showProgress = false) } | ||
| } | ||
| } ?: onUnknownError() | ||
| } ?: onSignInCancelled() |
Check warning
Code scanning / detekt
Reports multiple space usages Warning
| keyboardController?.hide() | ||
| onRegisterClick(it) | ||
| } | ||
| OrDivider(text=stringResource( |
Check warning
Code scanning / detekt
Reports incorrect argument list wrapping Warning
| keyboardController?.hide() | ||
| onRegisterClick(it) | ||
| } | ||
| OrDivider(text=stringResource( |
Check warning
Code scanning / detekt
Reports missing newlines (e.g. between parentheses of a multi-line function call Warning
| keyboardController?.hide() | ||
| onRegisterClick(it) | ||
| } | ||
| OrDivider(text=stringResource( |
Check warning
Code scanning / detekt
Reports spaces around operators Warning
| onRegisterClick(it) | ||
| } | ||
| OrDivider(text=stringResource( | ||
| id = R.string.auth_normal_or_sso), |
Check warning
Code scanning / detekt
Reports missing newlines (e.g. between parentheses of a multi-line function call Warning
| onRegisterClick(it) | ||
| } | ||
| OrDivider(text=stringResource( | ||
| id = R.string.auth_normal_or_sso), |
Check warning
Code scanning / detekt
Reports incorrect argument list wrapping Warning
No description provided.