Merge branch 'feature/FullStack' of https://github.com/KometTeam/Komet into feature/FullStack
# Conflicts: # lib/frontend/screens/chats/chat_screen.dart # lib/frontend/widgets/message_bubble.dart
This commit is contained in:
@@ -386,9 +386,7 @@ class MessageBubble extends StatelessWidget {
|
||||
);
|
||||
}
|
||||
|
||||
return GestureDetector(
|
||||
onTap: Haptics.tap,
|
||||
child: Padding(
|
||||
return Padding(
|
||||
padding: EdgeInsets.only(
|
||||
left: 12,
|
||||
right: 12,
|
||||
@@ -453,8 +451,7 @@ class MessageBubble extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
Map? _resolveReactionInfo() {
|
||||
|
||||
Reference in New Issue
Block a user