mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
opt handle res
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -219,11 +219,9 @@ class _FavDetailPageState extends State<FavDetailPage> {
|
||||
),
|
||||
PopupMenuItem(
|
||||
onTap: () {
|
||||
if (_favDetailController.loadingState.value
|
||||
is Success &&
|
||||
((_favDetailController.loadingState.value
|
||||
as Success)
|
||||
.response as List?)
|
||||
if (_favDetailController
|
||||
.loadingState.value.isSuccess &&
|
||||
_favDetailController.loadingState.value.data
|
||||
?.isNotEmpty ==
|
||||
true) {
|
||||
if ((_favDetailController
|
||||
|
||||
Reference in New Issue
Block a user