From e5f2e2d14618d6ec26fc3e77d52ce2e828dbed76 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Mon, 18 Aug 2025 11:43:12 +0800 Subject: [PATCH] :bug: Fix notification page cannot return --- lib/screens/notification.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/notification.dart b/lib/screens/notification.dart index 5ce0e17c..f9574a89 100644 --- a/lib/screens/notification.dart +++ b/lib/screens/notification.dart @@ -130,6 +130,7 @@ class NotificationScreen extends HookConsumerWidget { return AppScaffold( appBar: AppBar( + leading: const PageBackButton(), title: const Text('notifications').tr(), actions: [ IconButton(