mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update layout
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user