From efa84fb8e732fe1403ad3f8d366d8572937b8e3a Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 29 Sep 2022 15:17:31 -0500 Subject: [PATCH] Fix thread view sizing --- src/view/com/post-thread/PostThread.tsx | 16 +++++++--------- todos.txt | 2 -- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index 7a70aea7..5bd379fe 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -73,15 +73,13 @@ export const PostThread = observer(function PostThread({uri}: {uri: string}) { ) return ( - - item._reactKey} - renderItem={renderItem} - refreshing={view.isRefreshing} - onRefresh={onRefresh} - /> - + item._reactKey} + renderItem={renderItem} + refreshing={view.isRefreshing} + onRefresh={onRefresh} + /> ) }) diff --git a/todos.txt b/todos.txt index a31ccb8e..3c24cce7 100644 --- a/todos.txt +++ b/todos.txt @@ -27,6 +27,4 @@ Paul's todo list - Bugs - Check that sub components arent reloading too much - Titles are getting screwed up (possibly swipe related) - - Likes, RTs? - - Thread view sizing off - Home feed not showing own posts \ No newline at end of file