mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 15:53:30 +01:00
App builds in xcodeproj (todo widget)
This commit is contained in:
@@ -10,6 +10,7 @@ import UIKit
|
||||
|
||||
import SideStoreCore
|
||||
import RoxasUIKit
|
||||
import os.log
|
||||
|
||||
import Nuke
|
||||
|
||||
@@ -156,7 +157,7 @@ private extension AppContentViewController {
|
||||
cell.imageView.image = image
|
||||
|
||||
if let error = error {
|
||||
print("Error loading image:", error)
|
||||
os_log("Error loading image: %@", type: .error, error.localizedDescription)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user