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
Improved thread reply navigation in MessagesActivity.kt and ThreadMessageActivity.kt by supporting the passing of both user and group information, enhancing context handling in thread conversations.
Fixes
Message Composer Logic: Refactored send button state management in CometChatMessageComposer.java, improving code clarity and maintainability by moving related methods to the main class scope. The update ensures correct button activation when editing messages.
Mention Bubble Styling: Corrected the logic in CometChatMentionsFormatter.java to fix the styling of mention bubbles, ensuring proper alignment for both incoming and outgoing mentions.
Thread Reply Navigation: Updated MessagesActivity.kt and ThreadMessageActivity.kt to improve thread reply navigation for both users and groups.
UI Visibility: Fixed a bug in CometChatConversations.java where the search box layout visibility was incorrectly set to GONE; it now reflects the correct visibility state.