diff options
Diffstat (limited to 'src/view/screens')
-rw-r--r-- | src/view/screens/Home.tsx | 1 | ||||
-rw-r--r-- | src/view/screens/Notifications.tsx | 1 |
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> |