Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/532627 text reply #222

Closed
wants to merge 13 commits into from
Closed

Conversation

RaulRodrigo06
Copy link
Contributor

No description provided.

@@ -39,6 +39,9 @@ class DSVideoMessageBubble extends StatefulWidget {
/// Style for bubble
final DSMessageBubbleStyle style;

// reply id message
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

image

The button and video position is not correct

@@ -22,6 +22,7 @@ class DSFileMessageBubble extends StatelessWidget {
final List<DSBorderRadius> borderRadius;
final DSMessageBubbleStyle style;
final bool shouldAuthenticate;
final String? replyId;
Copy link
Collaborator

@githubdoandre githubdoandre Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

image

The reply with a doc is not correct in desk app

@@ -15,13 +15,15 @@ class DSAudioMessageBubble extends StatelessWidget {
final String? uniqueId;
final String audioType;
final bool shouldAuthenticate;
final String? replyId;
Copy link
Collaborator

@githubdoandre githubdoandre Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

image

The reply with a audio is not correct in desk app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants