mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 05:19:42 +01:00
Fix more warnings
This commit is contained in:
parent
8c8c551686
commit
1297331407
@ -42,7 +42,7 @@ import SwiftUI
|
||||
var selectedType: Models.Notification.NotificationType? {
|
||||
didSet {
|
||||
guard oldValue != selectedType,
|
||||
let id = client?.id
|
||||
client?.id != nil
|
||||
else { return }
|
||||
|
||||
if !isLockedType {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import AVFoundation
|
||||
@preconcurrency import AVFoundation
|
||||
import Foundation
|
||||
import PhotosUI
|
||||
import SwiftUI
|
||||
|
Loading…
Reference in New Issue
Block a user