Skip to content

Commit a425f71

Browse files
committed
faet(reply_bar): always allow collapsing the reply bar
1 parent a859b61 commit a425f71

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/widgets/reply_bar/reply_bar.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,7 @@ final class _ReplyBarState extends State<_ReplyBar> with LoggerMixin {
613613
},
614614
),
615615
const Spacer(),
616-
FilledButton.tonal(
617-
onPressed: isSendingReply ? null : () => context.pop(),
618-
child: const Icon(Icons.unfold_less),
619-
),
616+
FilledButton.tonal(onPressed: () => context.pop(), child: const Icon(Icons.unfold_less)),
620617
sizedBoxW8H8,
621618
// Send Button
622619
FilledButton(

0 commit comments

Comments
 (0)