talk-android
talk-android copied to clipboard
Refactor MessageInput logic into it's own fragment
- Related https://github.com/nextcloud/talk-android/pull/3704#issuecomment-1999927317
MessageInput
has grown in complexity. It's unreasonable to have it in ChatActivity
. It should be moved into it's own fragment to simplify the logic, and prevent future bugs from occurring.