disable min shell on convo screen (#4103)
This commit is contained in:
parent
1ac13abf4d
commit
cb7ce1d22e
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ export function MessagesConversationScreen({route}: Props) {
|
|||
|
||||
if (isWeb && !gtMobile) {
|
||||
setMinimalShellMode(true)
|
||||
} else {
|
||||
setMinimalShellMode(false)
|
||||
}
|
||||
|
||||
return () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue