Skip to content

Commit

Permalink
Merge pull request #2145 from nextcloud/fix/neon_talk/unnecessary-rea…
Browse files Browse the repository at this point in the history
…ctions-loading
  • Loading branch information
provokateurin authored Jun 9, 2024
2 parents 49647d7 + c08f139 commit 9bfab41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neon/neon_talk/lib/src/widgets/reactions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class TalkReactions extends StatelessWidget {
);

return Row(
mainAxisSize: MainAxisSize.min,
children: children
.intersperse(
const SizedBox(
Expand Down

0 comments on commit 9bfab41

Please sign in to comment.