about summary refs log tree commit diff
path: root/src/view/screens
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens')
-rw-r--r--src/view/screens/Home.tsx1
-rw-r--r--src/view/screens/Notifications.tsx1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/view/screens/Home.tsx b/src/view/screens/Home.tsx
index 2c03f1930..ab765e9cd 100644
--- a/src/view/screens/Home.tsx
+++ b/src/view/screens/Home.tsx
@@ -266,6 +266,7 @@ const FeedPage = observer(
             onPress={onPressLoadLatest}
             label="Load new posts"
             showIndicator={hasNew}
+            minimalShellMode={store.shell.minimalShellMode}
           />
         )}
         <FAB
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx
index 64dcb3a1a..4db1d14ae 100644
--- a/src/view/screens/Notifications.tsx
+++ b/src/view/screens/Notifications.tsx
@@ -106,6 +106,7 @@ export const NotificationsScreen = withAuthRequired(
             onPress={onPressLoadLatest}
             label="Load new notifications"
             showIndicator={hasNew}
+            minimalShellMode={true}
           />
         )}
       </View>