mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 13:26:17 +00:00
okay gonna try uikit :pf:
let _ in downloadImage
This commit is contained in:
@@ -74,7 +74,7 @@ struct Emoji: Codable, Identifiable, Hashable {
|
||||
nonisolated
|
||||
func downloadImage() async throws {
|
||||
if let data = try? await Data(contentsOf: localImageURL),
|
||||
let uiimage = UIImage(data: data) {
|
||||
let _ = UIImage(data: data) {
|
||||
return
|
||||
}
|
||||
let (data, _) = try await URLSession.shared.data(from: remoteImageURL)
|
||||
|
||||
Reference in New Issue
Block a user