You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While keyboard hide animation is playing, the layout is blinking and updating multiple times
If it does not work the repeat a few times
Actual behavior + errors
App Version: any
Android Version: API 34+
Device: any
Any extra information that might be useful in the debugging process.
The screen is being recomposed multiple times and we have multiple states that we are updating upon this action. Instead we should refactor this screen so that these scenarios would not happen while the screen is being updated.
Please see #1506 where we added a delay as a temporary hacky solution.
The text was updated successfully, but these errors were encountered:
How to reproduce
Actual behavior + errors
Any extra information that might be useful in the debugging process.
The screen is being recomposed multiple times and we have multiple states that we are updating upon this action. Instead we should refactor this screen so that these scenarios would not happen while the screen is being updated.
Please see #1506 where we added a delay as a temporary hacky solution.
The text was updated successfully, but these errors were encountered: