mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 19:51:11 +08:00
@@ -110,6 +110,7 @@ abstract final class PageUtils {
|
||||
String? id,
|
||||
Object? rid,
|
||||
bool off = false,
|
||||
Object? type,
|
||||
}) async {
|
||||
assert(id != null || rid != null);
|
||||
SmartDialog.showLoading();
|
||||
@@ -139,7 +140,7 @@ abstract final class PageUtils {
|
||||
);
|
||||
}
|
||||
} else {
|
||||
res.toast();
|
||||
SmartDialog.showToast('${type != null ? 'type: $type ' : ''}$res');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user