Skip to content

Commit e531d6a

Browse files
committed
tag menu close button
1 parent 1d06625 commit e531d6a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

lib/views/components/dialogs/tags_dialogs.dart

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,14 @@ showChooseTagSheet(context, {content = ''}) async {
505505
),
506506
),
507507
child: Align(
508-
alignment: Alignment.centerLeft,
508+
alignment: Alignment.centerLeft,
509+
child: TextButton(
510+
onPressed: () => Navigator.of(context).pop(),
509511
child: Text(
510512
appStrings(context).alertDismissButton,
511513
style: Theme.of(context).textTheme.headline4,
512-
)
514+
),
515+
)
513516
)
514517
),
515518
Expanded(

0 commit comments

Comments
 (0)