mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 12:59:17 +01:00
VisionOS fix
This commit is contained in:
parent
c9dc24d02a
commit
6359349a40
@ -267,6 +267,7 @@ struct StatusEditorAccessoryView: View {
|
||||
return false
|
||||
}
|
||||
|
||||
#if !os(visionOS)
|
||||
@ViewBuilder
|
||||
private var giphyView: some View {
|
||||
@Bindable var viewModel = focusedSEVM
|
||||
@ -280,6 +281,7 @@ struct StatusEditorAccessoryView: View {
|
||||
isGIFPickerPresented = false
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
private var draftsListView: some View {
|
||||
DraftsListView(selectedDraft: .init(get: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user