When typing using a bluetooth keyboard on Android, the input focus is lost after sending a message, requiring tapping on the input field again. Expected behaviour would be for the focus to remain on the input field even after sending a message.
Weird because we have an explicit
_focusNode.requestFocus()
call after text is submitted in the composer.
What further information can I provide? This is Goguma built from source (material3 branch), running on Android 13 QPR2 and the keyboard is the Logitech K480. This happens reliably after sending any message.
Anything I can do to troubleshoot this?