From f3707e6bff8ffad1798736df7c3a39050d0d582f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 12 Jun 2025 00:51:14 +0300 Subject: [PATCH] comment tweak --- src/screens/PostThread/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/PostThread/index.tsx b/src/screens/PostThread/index.tsx index b9cb5a95c9..1471c9fd5b 100644 --- a/src/screens/PostThread/index.tsx +++ b/src/screens/PostThread/index.tsx @@ -540,7 +540,7 @@ export function PostThread({uri}: {uri: string}) { * the viewport _minus_ a sensible min-post height e.g. 200 plus * 100 per reply, so that there's enough scroll remaining to get the * anchor post back to the top of the screen when handling scroll, - * while trying to minimize the height if there's enough replies. + * but letting the replies handle it if there's enough of them. */ height={platform({ web: footerHeight,