mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Fix iPad half sheet
This commit is contained in:
parent
06b76b2935
commit
8079921236
3 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ struct ContactsFragment: View {
|
|||
showingSheet: $showingSheet,
|
||||
showShareSheet: $showShareSheet
|
||||
)
|
||||
.environmentObject(contactsListViewModel)
|
||||
} onDismiss: {}
|
||||
.sheet(isPresented: $showShareSheet) {
|
||||
ShareSheet(friendToShare: contactsListViewModel.selectedFriendToShare!)
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ struct ConversationsFragment: View {
|
|||
ConversationsListBottomSheet(
|
||||
showingSheet: $showingSheet
|
||||
)
|
||||
.environmentObject(conversationsListViewModel)
|
||||
} onDismiss: {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ struct HistoryFragment: View {
|
|||
isShowEditContactFragment: $isShowEditContactFragment,
|
||||
isShowEditContactFragmentAddress: $isShowEditContactFragmentAddress
|
||||
)
|
||||
.environmentObject(historyListViewModel)
|
||||
} onDismiss: {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue