about summary refs log tree commit diff
path: root/src/view/screens/Notifications.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-25 01:53:37 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-25 01:53:37 -0500
commit93e9fa8edfe1d8a046399a2b4b31bba4d69814f8 (patch)
tree215c22719052bf83236aac94901f4017d4bdc5af /src/view/screens/Notifications.tsx
parente89103915db48fc4306b553877be1ffa8ef94e91 (diff)
downloadvoidsky-93e9fa8edfe1d8a046399a2b4b31bba4d69814f8.tar.zst
Restore the 'load more' button on web
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r--src/view/screens/Notifications.tsx1
1 files changed, 1 insertions, 0 deletions
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>