From 3b40f515b3ded0b2ec7322aaa39eb04a4b635ebb Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 23 Nov 2025 12:18:57 +0800 Subject: [PATCH] :bug: Fix file list go back to wrong page --- lib/screens/files/file_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/files/file_list.dart b/lib/screens/files/file_list.dart index 0bf9e321..c4600bd6 100644 --- a/lib/screens/files/file_list.dart +++ b/lib/screens/files/file_list.dart @@ -36,7 +36,7 @@ class FileListScreen extends HookConsumerWidget { isNoBackground: false, appBar: AppBar( title: Text('files').tr(), - leading: const PageBackButton(), + leading: const PageBackButton(backTo: '/account'), actions: [ IconButton( icon: const Icon(Symbols.bar_chart),