Skip to content

Commit

Permalink
disable min shell on convo screen (#4103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored May 19, 2024
1 parent 1ac13ab commit cb7ce1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/Messages/Conversation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export function MessagesConversationScreen({route}: Props) {

if (isWeb && !gtMobile) {
setMinimalShellMode(true)
} else {
setMinimalShellMode(false)
}

return () => {
Expand Down

0 comments on commit cb7ce1d

Please sign in to comment.