Skip to content

3 Bugs in ConversationsHomeScreen.kt Fetching (Device Status Online) Chat History Fetch #38

@ForbiddenKiwis

Description

@ForbiddenKiwis

The Problem is that after the device status has been updated the Message screen displays only the Messages of the user. In order to fetch the message history. We need to send a new message to the receiver.

  1. Must have gone to a message screen to activate Bug
  2. Reset Device Status
  3. Go to User Message Conversation screen
  4. Message History only fetch the current user which is the sender

Image

  1. Send new message

Image

a. This then creates a Formatting Error in which it pushes the whole content including the Top Bar out the screen when it should only be the Message Bubble text messages

Image

b. This then leads to another Formatting error in which the keyboard is not properly placed correctly in the Messaging Screen Bubbles. Where the focus should be right below the Error message

Image

Cause of Errors:

  1. Not properly Fetching The Message Bubbles History for the The other device. File Path (viewmodels/ConversationsHomeScreenViewModel.kt) Function updateConversationStatuses(deviceStatusMap: Map<String, Boolean>){}
  2. NaN
  3. NaN

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions