File tree Expand file tree Collapse file tree
Core/Sources/SuggestionWidget/FeatureReducers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,9 +49,7 @@ public struct WidgetFeature: ReducerProtocol {
4949 isProcessingCounters: circularWidgetState. isProcessingCounters,
5050 isProcessing: circularWidgetState. isProcessing,
5151 isDisplayingContent: {
52- if chatPanelState. isPanelDisplayed,
53- !chatPanelState. chatTapGroup. tabs. isEmpty
54- {
52+ if chatPanelState. isPanelDisplayed {
5553 return true
5654 }
5755 if panelState. sharedPanelState. isPanelDisplayed,
@@ -69,8 +67,7 @@ public struct WidgetFeature: ReducerProtocol {
6967 isContentEmpty: chatPanelState. chatTapGroup. tabs. isEmpty
7068 && panelState. sharedPanelState. content == nil ,
7169 isChatPanelDetached: chatPanelState. chatPanelInASeparateWindow,
72- isChatOpen: chatPanelState. isPanelDisplayed
73- && !chatPanelState. chatTapGroup. tabs. isEmpty,
70+ isChatOpen: chatPanelState. isPanelDisplayed,
7471 animationProgress: circularWidgetState. animationProgress
7572 )
7673 }
You can’t perform that action at this time.
0 commit comments