mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -261,7 +261,7 @@ class PageUtils {
|
||||
);
|
||||
}
|
||||
|
||||
static Future pushDynFromId({id, rid, bool off = false}) async {
|
||||
static Future<void> pushDynFromId({id, rid, bool off = false}) async {
|
||||
SmartDialog.showLoading();
|
||||
dynamic res = await DynamicsHttp.dynamicDetail(
|
||||
id: id,
|
||||
|
||||
Reference in New Issue
Block a user