diff --git a/mobile/lib/routes/profile/profile_route.dart b/mobile/lib/routes/profile/profile_route.dart index 0a7c8fc..0ee7771 100644 --- a/mobile/lib/routes/profile/profile_route.dart +++ b/mobile/lib/routes/profile/profile_route.dart @@ -107,6 +107,7 @@ class ProfileDetailsState extends State { child: CustomScrollView( slivers: [ SliverAppBar( + automaticallyImplyLeading: false, expandedHeight: 220, floating: false, pinned: true, diff --git a/mobile/lib/routes/story_detail/widget/story_detail_app_bar.dart b/mobile/lib/routes/story_detail/widget/story_detail_app_bar.dart index edaf635..4d65dbf 100644 --- a/mobile/lib/routes/story_detail/widget/story_detail_app_bar.dart +++ b/mobile/lib/routes/story_detail/widget/story_detail_app_bar.dart @@ -11,7 +11,7 @@ class StoryDetailAppBar { Navigator.pop(context, shouldRefreshStories); }, child: const Icon( - Icons.chevron_left, + Icons.arrow_back, color: Colors.black, ), ), diff --git a/mobile/lib/util/router.dart b/mobile/lib/util/router.dart index 6cf30c4..51b41b0 100644 --- a/mobile/lib/util/router.dart +++ b/mobile/lib/util/router.dart @@ -119,7 +119,7 @@ extension AppRouteExtension on AppRoute { )); case AppRoute.profile: - Navigator.pushReplacement( + Navigator.push( context, // ignore: always_specify_types MaterialPageRoute(