diff --git a/app/lib/views/home/home_view.dart b/app/lib/views/home/home_view.dart index b7fcf99..466707e 100644 --- a/app/lib/views/home/home_view.dart +++ b/app/lib/views/home/home_view.dart @@ -411,7 +411,7 @@ class _HomeViewState extends ConsumerState with TickerProviderStateMix child: Transform.translate( offset: itemSlide.value, child: GestureDetector( - onTap: () => context.go('/album/${album.folderName}'), + onTap: () => context.push('/album/${album.folderName}'), child: Container( decoration: BoxDecoration( color: Colors.white,