Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-04 17:51:54 +08:00
parent 46ce01d76f
commit fd017e0581
8 changed files with 40 additions and 46 deletions

View File

@@ -123,7 +123,7 @@ class _NoteListPageState extends State<NoteListPage>
);
if (_isNested) {
child = ExtendedVisibilityDetector(
uniqueKey: const Key('note-list'),
uniqueKey: const ValueKey(NoteListPage),
child: child,
);
}