mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-06 01:57:40 +08:00
fix redirect
This commit is contained in:
@@ -140,7 +140,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
|
|||||||
seriesId)
|
seriesId)
|
||||||
.notifier)
|
.notifier)
|
||||||
.delete();
|
.delete();
|
||||||
context.pop();
|
context.go(WelcomePage.route);
|
||||||
},
|
},
|
||||||
icon: const Icon(Icons.delete))
|
icon: const Icon(Icons.delete))
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user