From b4013e39c0f6edd9c57548dd45a7f81c963c6fc1 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Fri, 29 Dec 2023 18:56:50 +0100 Subject: [PATCH] Fix DM view --- .../Sources/Conversations/List/ConversationsListView.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Packages/Conversations/Sources/Conversations/List/ConversationsListView.swift b/Packages/Conversations/Sources/Conversations/List/ConversationsListView.swift index 58b65365..4bfb18d5 100644 --- a/Packages/Conversations/Sources/Conversations/List/ConversationsListView.swift +++ b/Packages/Conversations/Sources/Conversations/List/ConversationsListView.swift @@ -87,12 +87,6 @@ public struct ConversationsListView: View { #endif .navigationTitle("conversations.navigation-title") .navigationBarTitleDisplayMode(.inline) - .toolbar { - StatusEditorToolbarItem(visibility: .direct) - if UIDevice.current.userInterfaceIdiom == .pad, !preferences.showiPadSecondaryColumn { - SecondaryColumnToolbarItem() - } - } .onChange(of: watcher.latestEvent?.id) { if let latestEvent = watcher.latestEvent { viewModel.handleEvent(event: latestEvent)