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