disable min shell on convo screen (#4103)

This commit is contained in:
Samuel Newman
2024-05-19 02:14:04 +01:00
committed by GitHub
parent 1ac13abf4d
commit cb7ce1d22e
@@ -43,6 +43,8 @@ export function MessagesConversationScreen({route}: Props) {
if (isWeb && !gtMobile) {
setMinimalShellMode(true)
} else {
setMinimalShellMode(false)
}
return () => {