Skip to content

Commit

Permalink
TW-1808: fix navigatation problem in forward pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed Jul 23, 2024
1 parent 876cd3b commit 32686fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ class ChatController extends State<Chat>
);
}
_clearSelectEvent();
context.go(
context.push(
'/rooms/forward',
extra: ForwardArgument(
fromRoomId: roomId ?? '',
Expand Down

0 comments on commit 32686fd

Please sign in to comment.