fix redirect

This commit is contained in:
Simon Ding
2024-07-13 18:09:12 +08:00
parent 8d3e61fade
commit fca5832f58

View File

@@ -140,7 +140,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
seriesId)
.notifier)
.delete();
context.pop();
context.go(WelcomePage.route);
},
icon: const Icon(Icons.delete))
],