diff --git a/assets/login_wallpaper.png b/assets/login_wallpaper.png index 2ca9db9ca..2301f7ffd 100644 Binary files a/assets/login_wallpaper.png and b/assets/login_wallpaper.png differ diff --git a/lib/pages/chat_list/space_view.dart b/lib/pages/chat_list/space_view.dart index d67b92421..15f5f06e2 100644 --- a/lib/pages/chat_list/space_view.dart +++ b/lib/pages/chat_list/space_view.dart @@ -478,7 +478,9 @@ class _SpaceViewState extends State { ), // #Pangea // onTap: () => _onJoinSpaceChild(spaceChild), - onTap: () => context.go('/spaces/${spaceChild.roomId}'), + onTap: () => context.push( + '/spaces/${spaceChild.roomId}', + ), // Pangea# ); } diff --git a/lib/pages/new_space/new_space.dart b/lib/pages/new_space/new_space.dart index 2ebf3ac5e..7f1c34021 100644 --- a/lib/pages/new_space/new_space.dart +++ b/lib/pages/new_space/new_space.dart @@ -215,7 +215,7 @@ class NewSpaceController extends State { .setActiveSpaceIdInChatListController(roomID.result!); if (roomID.error == null) { - context.go('/spaces/${roomID.result!}'); + context.push('/spaces/${roomID.result!}'); } // if (roomID.error == null) { // context.go('/rooms/${roomID.result!}');