We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a859b61 commit a425f71Copy full SHA for a425f71
lib/widgets/reply_bar/reply_bar.dart
@@ -613,10 +613,7 @@ final class _ReplyBarState extends State<_ReplyBar> with LoggerMixin {
613
},
614
),
615
const Spacer(),
616
- FilledButton.tonal(
617
- onPressed: isSendingReply ? null : () => context.pop(),
618
- child: const Icon(Icons.unfold_less),
619
- ),
+ FilledButton.tonal(onPressed: () => context.pop(), child: const Icon(Icons.unfold_less)),
620
sizedBoxW8H8,
621
// Send Button
622
FilledButton(
0 commit comments