Merge branch 'develop' into release/4.0

This commit is contained in:
Salvatore Giordano
2022-05-03 09:02:02 +02:00
committed by GitHub
6 changed files with 127 additions and 38 deletions
@@ -143,7 +143,7 @@ class _GroupChatDetailsScreenState extends State<GroupChatDetailsScreen> {
Navigator.pushNamedAndRemoveUntil(
context,
Routes.CHANNEL_PAGE,
ModalRoute.withName(Routes.HOME),
ModalRoute.withName(Routes.CHANNEL_LIST_PAGE),
arguments: ChannelPageArgs(channel: channel),
);
} catch (err) {