From 8cf1ecab1dd5f9cf5dda19bf8f8ad5b0698b41c4 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 16 Jan 2025 01:02:51 +0000 Subject: [PATCH] rm spinner on ios --- src/screens/Feeds/VibeScreen.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/screens/Feeds/VibeScreen.tsx b/src/screens/Feeds/VibeScreen.tsx index b072ffe80a..77572961b2 100644 --- a/src/screens/Feeds/VibeScreen.tsx +++ b/src/screens/Feeds/VibeScreen.tsx @@ -40,6 +40,7 @@ import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' import {CommonNavigatorParams, NavigationProp} from '#/lib/routes/types' import {sanitizeDisplayName} from '#/lib/strings/display-names' import {sanitizeHandle} from '#/lib/strings/handles' +import {isAndroid} from '#/platform/detection' import {POST_TOMBSTONE, usePostShadow} from '#/state/cache/post-shadow' import {FeedPostSliceItem, usePostFeedQuery} from '#/state/queries/post-feed' import {useSetMinimalShellMode} from '#/state/shell' @@ -387,7 +388,7 @@ function VibeOverlay({ ? ['rgba(0,0,0,0)', 'rgba(0,0,0,0.6)', 'rgba(0,0,0,0.8)'] : ['rgba(0,0,0,0)', 'rgba(0,0,0,0.8)'] } - style={[a.w_full, a.px_xl, a.py_sm, a.gap_sm]}> + style={[a.w_full, a.px_xl, a.py_sm, a.gap_md]}> @@ -429,7 +430,7 @@ function VibeOverlay({ - {status === 'loading' && ( + {isAndroid && status === 'loading' && (