mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
opt: parse sys msg (#1770)
This commit is contained in:
committed by
GitHub
parent
773bdafec3
commit
ff4f97de1a
@@ -75,7 +75,7 @@ class PgcController
|
||||
list1.isNotEmpty &&
|
||||
list2.isNotEmpty) {
|
||||
for (var i = 0; i < list1.length; i++) {
|
||||
list1[i] + list2[i];
|
||||
list1[i].addAll(list2[i]);
|
||||
}
|
||||
} else {
|
||||
list1 ??= list2;
|
||||
|
||||
Reference in New Issue
Block a user