mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: reply error widget
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -491,7 +491,7 @@ class Utils {
|
||||
}
|
||||
}
|
||||
|
||||
if (data.episodes?.isEmpty == true) {
|
||||
if (data.episodes.isNullOrEmpty) {
|
||||
SmartDialog.showToast('资源加载失败');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user