mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-16 04:06:36 +00:00
VisionOS fix
This commit is contained in:
parent
c9dc24d02a
commit
6359349a40
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue