diff --git a/Anytype/Sources/PresentationLayer/Modules/HomeNavigationContainer/Panel/HomeBottomNavigationPanelViewModel.swift b/Anytype/Sources/PresentationLayer/Modules/HomeNavigationContainer/Panel/HomeBottomNavigationPanelViewModel.swift index 02f7d15b1b..cb5e8e0efa 100644 --- a/Anytype/Sources/PresentationLayer/Modules/HomeNavigationContainer/Panel/HomeBottomNavigationPanelViewModel.swift +++ b/Anytype/Sources/PresentationLayer/Modules/HomeNavigationContainer/Panel/HomeBottomNavigationPanelViewModel.swift @@ -200,7 +200,9 @@ final class HomeBottomNavigationPanelViewModel: ObservableObject { if canLinkToChat { leftButtonMode = .chat(participantSpaceView.permissions.canEdit) } else if isWidgetsScreen { - if participantSpaceView.isOwner { + if participantSpaceView.spaceView.uxType.isOneToOne { + leftButtonMode = .home + } else if participantSpaceView.isOwner { let limitAllowSharing = participantSpacesStorage.spaceSharingInfo?.limitsAllowSharing ?? false let canBeShared = participantSpaceView.permissions.canBeShared let isShared = participantSpaceView.spaceView.isShared