Fix more warnings

This commit is contained in:
Thomas Ricouard 2024-01-06 11:24:41 +01:00
parent 8c8c551686
commit 1297331407
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -1,4 +1,4 @@
import AVFoundation
@preconcurrency import AVFoundation
import Foundation
import PhotosUI
import SwiftUI