Update layout

This commit is contained in:
2023-11-28 21:06:41 +08:00
parent 83fda5ae45
commit 03539f508c
7 changed files with 116 additions and 63 deletions

View File

@@ -102,7 +102,7 @@ class _GalleryPage extends State<GalleryPage>
leading: IconButton(
icon: const Icon(Icons.arrow_back),
onPressed: () {
context.canPop() ? context.pop() : context.go("/");
context.canPop() ? context.pop() : context.go("/gallery");
},
),
title: Text(title),