From d3c44ebc5b9becc78b58a4f12f9bbf7173da9e32 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 20 Mar 2025 23:33:19 +0200 Subject: Fix post thread item hider line height crop (#8028) --- src/view/com/post-thread/PostThread.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/view/com/post-thread/PostThread.tsx') diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index 3c737a2f4..83dbdb553 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -122,7 +122,7 @@ export function PostThread({uri}: {uri: string | undefined}) { const serverTreeViewEnabled = serverPrefs?.lab_treeViewEnabled ?? false const serverSortReplies = serverPrefs?.sort ?? 'hotness' - // However, we also need these to work locally for PWI (without persistance). + // However, we also need these to work locally for PWI (without persistence). // So we're mirroring them locally. const prioritizeFollowedUsers = serverPrioritizeFollowedUsers const [treeViewEnabled, setTreeViewEnabled] = useState(serverTreeViewEnabled) @@ -566,7 +566,6 @@ export function PostThread({uri}: {uri: string | undefined}) { ? MAINTAIN_VISIBLE_CONTENT_POSITION : undefined } - // @ts-ignore our .web version only -prf desktopFixedHeight removeClippedSubviews={isAndroid ? false : undefined} ListFooterComponent={ -- cgit 1.4.1