mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 17:51:01 +00:00
Fix more warnings
This commit is contained in:
parent
8c8c551686
commit
1297331407
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue