checkpoint 0 #5

Open
student-e-klyukin wants to merge 15 commits from WindWin-org/NTO-2026-Android-TeamTask-Template:main into main
Showing only changes of commit 4c8e79a561 - Show all commits

View File

@ -123,7 +123,7 @@ private fun Content(
// 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(
modifier = Modifier.testTag(TestIds.Auth.ERROR),
text = state.error,