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,