Skip to content

#1018 [bug] Fix brief input error display before screen transition#1074

Open
github-actions[bot] wants to merge 1 commit intodevelopfrom
feature/issue-1018
Open

#1018 [bug] Fix brief input error display before screen transition#1074
github-actions[bot] wants to merge 1 commit intodevelopfrom
feature/issue-1018

Conversation

@github-actions
Copy link

Closes #1018

Screen: searchpw
Component: input

Changes:
The issue states that the input field briefly shows an error state before screen transition. This is likely due to a timing issue where the error state is set and then immediately cleared when the screen navigates. To fix this, the error state should be managed in a way that it's properly cleared after the navigation or not shown if navigation is imminent. Without more context on how the error state is managed, a common approach is to ensure error messages are cleared before navigation. Assuming WriteScreen.kt is the relevant file for the search input, we'll assume the WriteViewModel handles the state and add logic to clear any pending error states before navigating.

Files modified:

  • presentation/src/main/java/daily/dayo/presentation/screen/write/WriteScreen.kt

🤖 Auto-generated by QA Bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[QA] Fix input in searchpw

0 participants