mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
fix ui; update windows build
This commit is contained in:
@@ -56,7 +56,7 @@ class _DownloadedPageState extends State<DownloadedPage> {
|
||||
});
|
||||
},
|
||||
),
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
child: buildBody(),
|
||||
),
|
||||
@@ -77,8 +77,9 @@ class _DownloadedPageState extends State<DownloadedPage> {
|
||||
child: GestureDetector(
|
||||
behavior: HitTestBehavior.opaque,
|
||||
onTap: () {
|
||||
context.to(() => _DownloadedIllustViewPage(
|
||||
DownloadManager().getImagePaths(illusts[index].illustId)));
|
||||
App.rootNavigatorKey.currentContext?.to(() =>
|
||||
_DownloadedIllustViewPage(DownloadManager()
|
||||
.getImagePaths(illusts[index].illustId)));
|
||||
},
|
||||
child: Row(
|
||||
children: [
|
||||
|
Reference in New Issue
Block a user