mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-02 07:30:47 +08:00
fix: add storage
This commit is contained in:
@@ -260,7 +260,7 @@ class _SearchPageState extends ConsumerState<SearchPage> {
|
||||
.notifier)
|
||||
.submit2Watchlist(item.id!, storageSelected,
|
||||
resSelected, item.mediaType!, pathController.text)
|
||||
.then((v) {
|
||||
.whenComplete(() {
|
||||
Utils.showSnakeBar("添加成功");
|
||||
Navigator.of(context).pop();
|
||||
}).onError((error, trace) {
|
||||
|
||||
Reference in New Issue
Block a user