mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 00:40:59 +00:00
Fix DM view
This commit is contained in:
parent
c328c6c0be
commit
b4013e39c0
1 changed files with 0 additions and 6 deletions
|
@ -87,12 +87,6 @@ public struct ConversationsListView: View {
|
||||||
#endif
|
#endif
|
||||||
.navigationTitle("conversations.navigation-title")
|
.navigationTitle("conversations.navigation-title")
|
||||||
.navigationBarTitleDisplayMode(.inline)
|
.navigationBarTitleDisplayMode(.inline)
|
||||||
.toolbar {
|
|
||||||
StatusEditorToolbarItem(visibility: .direct)
|
|
||||||
if UIDevice.current.userInterfaceIdiom == .pad, !preferences.showiPadSecondaryColumn {
|
|
||||||
SecondaryColumnToolbarItem()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.onChange(of: watcher.latestEvent?.id) {
|
.onChange(of: watcher.latestEvent?.id) {
|
||||||
if let latestEvent = watcher.latestEvent {
|
if let latestEvent = watcher.latestEvent {
|
||||||
viewModel.handleEvent(event: latestEvent)
|
viewModel.handleEvent(event: latestEvent)
|
||||||
|
|
Loading…
Reference in a new issue