Skip to content

Commit

Permalink
TW-1733: Fix chat room screen disappear when clicking on context menu…
Browse files Browse the repository at this point in the history
… actions
  • Loading branch information
nqhhdev authored and hoangdat committed May 10, 2024
1 parent b9075dd commit 0ed9936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pages/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,7 @@ class ChatController extends State<Chat>
imagePath: action.getImagePath(
unpin: isUnpinEvent(event),
),
isClearCurrentPage: false,
onCallbackAction: () => _handleClickOnContextMenuItem(
action,
event,
Expand Down Expand Up @@ -1826,6 +1827,7 @@ class ChatController extends State<Chat>
color: action.getColorIcon(context),
)
: null,
isClearCurrentPage: false,
onCallbackAction: () => onSelectedAppBarActions(action),
);
}).toList();
Expand Down

0 comments on commit 0ed9936

Please sign in to comment.