checkpoint 1
This commit is contained in:
parent
311cab5b43
commit
4c8e79a561
@ -123,7 +123,7 @@ private fun Content(
|
|||||||
// color = Color.Red,
|
// color = Color.Red,
|
||||||
// )
|
// )
|
||||||
// }
|
// }
|
||||||
if (state.error != null && !state.error.contains("401") && state.error.contains("Network")) {
|
if (state.error != null && !state.error.contains("401") && !state.error.contains("Network")) {
|
||||||
Text(
|
Text(
|
||||||
modifier = Modifier.testTag(TestIds.Auth.ERROR),
|
modifier = Modifier.testTag(TestIds.Auth.ERROR),
|
||||||
text = state.error,
|
text = state.error,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user