disable min shell on convo screen (#4103)
This commit is contained in:
@@ -43,6 +43,8 @@ export function MessagesConversationScreen({route}: Props) {
|
|||||||
|
|
||||||
if (isWeb && !gtMobile) {
|
if (isWeb && !gtMobile) {
|
||||||
setMinimalShellMode(true)
|
setMinimalShellMode(true)
|
||||||
|
} else {
|
||||||
|
setMinimalShellMode(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user