| 301 | } |
| 302 | |
| 303 | for (const auto& asset : allFiles.value()) { |
| 304 | auto bytes = BytesView(result.value().getDecompressedContent().getSource(), asset.data, asset.dataLength); |
| 305 | self->doInsertImageAssetInBundle(bundle, asset.filePath, bytes); |
| 306 | } |
| 307 | }); |
| 308 | } |