Fixes FeaturedViewController warnings

This commit is contained in:
Riley Testut
2023-12-08 19:21:51 -06:00
committed by Magesh K
parent fec02cd80a
commit b7a04d59b4
2 changed files with 2 additions and 2 deletions

View File

@@ -802,7 +802,7 @@ World</string>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="Eo1-84-9m0">
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="Cell" id="Eo1-84-9m0">
<rect key="frame" x="0.0" y="0.0" width="128" height="128"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="4ra-vw-qNw">

View File

@@ -710,7 +710,7 @@ extension FeaturedViewController
let context = DatabaseManager.shared.persistentContainer.newBackgroundContext()
try await withThrowingTaskGroup(of: Void.self) { taskGroup in
await withThrowingTaskGroup(of: Void.self) { taskGroup in
for source in knownSources.0
{
guard let sourceURL = source.sourceURL else { continue }