Skip to content

Commit

Permalink
TW-1807: Change message info dialog close button (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieutbui authored Jun 26, 2024
1 parent d3b8795 commit 4407789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/event_info_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class EventInfoDialog extends StatelessWidget {
appBar: AppBar(
title: Text(L10n.of(context)!.messageInfo),
leading: IconButton(
icon: const Icon(Icons.arrow_downward_outlined),
icon: const Icon(Icons.close_outlined),
onPressed: Navigator.of(context, rootNavigator: false).pop,
tooltip: L10n.of(context)!.close,
),
Expand Down

0 comments on commit 4407789

Please sign in to comment.