about summary refs log tree commit diff
path: root/src/view/screens/ProfileMembers.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/ProfileMembers.tsx')
-rw-r--r--src/view/screens/ProfileMembers.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/screens/ProfileMembers.tsx b/src/view/screens/ProfileMembers.tsx
index b4b6c7e50..9d6723fe9 100644
--- a/src/view/screens/ProfileMembers.tsx
+++ b/src/view/screens/ProfileMembers.tsx
@@ -12,6 +12,7 @@ export const ProfileMembers = ({navIdx, visible, params}: ScreenParams) => {
   useEffect(() => {
     if (visible) {
       store.nav.setTitle(navIdx, `Members of ${name}`)
+      store.shell.setMinimalShellMode(false)
     }
   }, [store, visible, name])