mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 11:22:16 +08:00
@@ -49,7 +49,7 @@ class DynamicsTabController
|
||||
tempBannedList: dynamicsController.tempBannedList,
|
||||
);
|
||||
|
||||
Future<void> onRemove(int index, Object dynamicId) async {
|
||||
Future<void> onRemove(int index, dynamic dynamicId) async {
|
||||
var res = await MsgHttp.removeDynamic(dynIdStr: dynamicId);
|
||||
if (res['status']) {
|
||||
loadingState
|
||||
|
||||
Reference in New Issue
Block a user