Open jmartinesp opened 2 months ago
Apparently this can be worked around by overriding this in MarkdownEditText
:
override fun focusSearch(direction: Int): View? {
return null
}
Although I'm not sure about the implications. It should be fine since we don't care about the next focused view at all in this component.
Will you apply this patch on #3399?
Yes, it's already in use there.
Contents
This is an issue to describe what's happening when trying to update to the latest Compose BOM. It seems like the new Compose version is having issues with handling focus between Android Views <--> Compose components.
Ideally we should find a solution for this, but if it can't be done maybe we'll need to simplify the UI somehow.
Steps to reproduce
Outcome
What did you expect?
The plain text/markdown mode should be displayed back.
What happened instead?
The app crashes with:
Your phone model
Xiaomi Mi 9T
Operating system version
Android 14
Application version and app store
No response
Homeserver
No response
Will you send logs?
Yes
Are you willing to provide a PR?
Yes