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
Lost replies when clicking from one source to another.
STR
Type into the reply box
Before sending, click a different source
Click back to the original source that you were replying to, and see the reply is lost
This has to do with the way we create new SourceConversationWrappers whenever a new source is selected.
Proposal
2 parts:
When we recreate our list of sources every time there's a sync, also create the corresponding conversation views associated with those sources, instead of waiting until a source is selected. By default, hide these conversations.
When a source is selected, show the corresponding conversation.
This will make it so the text in the replybox gets hidden instead of deleted.
The text was updated successfully, but these errors were encountered:
Description
Lost replies when clicking from one source to another.
STR
This has to do with the way we create new
SourceConversationWrapper
s whenever a new source is selected.Proposal
2 parts:
When we recreate our list of sources every time there's a sync, also create the corresponding conversation views associated with those sources, instead of waiting until a source is selected. By default, hide these conversations.
When a source is selected, show the corresponding conversation.
This will make it so the text in the replybox gets hidden instead of deleted.
The text was updated successfully, but these errors were encountered: