mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
@@ -57,7 +57,7 @@ class DynamicsDataModel {
|
||||
items = <DynamicItemModel>[];
|
||||
late final filterBan =
|
||||
type != DynamicsTabType.up && tempBannedList?.isNotEmpty == true;
|
||||
for (var e in list) {
|
||||
for (final e in list) {
|
||||
DynamicItemModel item = DynamicItemModel.fromJson(e);
|
||||
if (antiGoodsDyn &&
|
||||
(item.orig?.modules.moduleDynamic?.additional?.type ==
|
||||
|
||||
Reference in New Issue
Block a user