disable min shell on convo screen (#4103)
parent
1ac13abf4d
commit
cb7ce1d22e
|
@ -43,6 +43,8 @@ export function MessagesConversationScreen({route}: Props) {
|
||||||
|
|
||||||
if (isWeb && !gtMobile) {
|
if (isWeb && !gtMobile) {
|
||||||
setMinimalShellMode(true)
|
setMinimalShellMode(true)
|
||||||
|
} else {
|
||||||
|
setMinimalShellMode(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
|
|
Loading…
Reference in New Issue