aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/bookmarks
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/components/bookmarks')
-rw-r--r--apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx b/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx
index 443d6284..c4a059cc 100644
--- a/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx
+++ b/apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx
@@ -112,7 +112,7 @@ export function BookmarkLinkReaderPreview({
}}
showsVerticalScrollIndicator={false}
showsHorizontalScrollIndicator={false}
- decelerationRate="normal"
+ decelerationRate={0.998}
/>
</View>
);
@@ -146,7 +146,7 @@ export function BookmarkLinkArchivePreview({
startInLoadingState={true}
mediaPlaybackRequiresUserAction={true}
source={webViewUri}
- decelerationRate="normal"
+ decelerationRate={0.998}
/>
);
}