There was an error while loading. Please reload this page.
1 parent 02d73de commit ab99ef9Copy full SHA for ab99ef9
1 file changed
IceCubesApp/App/Tabs/Settings/SettingsTab.swift
@@ -265,7 +265,7 @@ struct SettingsTabs: View {
265
} icon: {
266
let icon = IconSelectorView.Icon(string: UIApplication.shared.alternateIconName ?? "AppIcon")
267
if let image: UIImage = .init(named: icon.appIconName) {
268
- Image(uiImage: .init(named: icon.appIconName)!)
+ Image(uiImage: image)
269
.resizable()
270
.frame(width: 25, height: 25)
271
.cornerRadius(4)
0 commit comments