Skip to content

Commit

Permalink
fix: [ANDROAPP-6305] ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Jul 4, 2024
1 parent d404e3d commit d6d47c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fun InputDateTime(
modifier = modifier.testTag("INPUT_DATE_TIME")
.focusRequester(focusRequester),
title = uiModel.title,
state = if (supportingTextList.contains(dateOutOfRangeItem) || supportingTextList.contains(incorrectDateFormatItem) ) InputShellState.ERROR else uiModel.state,
state = if (supportingTextList.contains(dateOutOfRangeItem) || supportingTextList.contains(incorrectDateFormatItem)) InputShellState.ERROR else uiModel.state,
isRequiredField = uiModel.isRequired,
onFocusChanged = uiModel.onFocusChanged,
inputField = {
Expand Down

0 comments on commit d6d47c7

Please sign in to comment.