Factor out common styles; fixes and improvements to post-thread-view

This commit is contained in:
Paul Frazee 2022-07-20 19:30:07 -05:00
parent c712cbbfe2
commit 39483d92db
6 changed files with 160 additions and 100 deletions

View file

@ -62,7 +62,6 @@ export const PostThread = observer(function PostThread({
}
return (
<View>
{view.isRefreshing && <ActivityIndicator />}
{view.hasContent && (
<FlatList
data={posts}