mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-27 03:28:40 +00:00
@@ -321,7 +321,7 @@ class DownloadService extends GetxService {
|
||||
]);
|
||||
|
||||
final danmaku = res.removeAt(0).data;
|
||||
for (var i in res) {
|
||||
for (final i in res) {
|
||||
if (i.isSuccess) {
|
||||
danmaku.elems.addAll(i.data.elems);
|
||||
}
|
||||
@@ -596,7 +596,7 @@ typedef SetNotifier = Set<VoidCallback>;
|
||||
|
||||
extension SetNotifierExt on SetNotifier {
|
||||
void refresh() {
|
||||
for (var i in this) {
|
||||
for (final i in this) {
|
||||
i();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user