mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-29 14:56:29 +08:00
opt handle res
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -42,7 +42,7 @@ class LiveAreaController
|
||||
}
|
||||
|
||||
Future<void> setFavTag() async {
|
||||
if (favState.value is Success) {
|
||||
if (favState.value.isSuccess) {
|
||||
final res = await LiveHttp.setLiveFavTag(
|
||||
ids: favState.value.data.map((e) => e.id).toList());
|
||||
if (res['status']) {
|
||||
|
||||
Reference in New Issue
Block a user