disable min shell on convo screen (#4103)

zio/stable
Samuel Newman 2024-05-19 02:14:04 +01:00 committed by GitHub
parent 1ac13abf4d
commit cb7ce1d22e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ export function MessagesConversationScreen({route}: Props) {
if (isWeb && !gtMobile) {
setMinimalShellMode(true)
} else {
setMinimalShellMode(false)
}
return () => {