diff --git a/app/views/RoomView/List/List.tsx b/app/views/RoomView/List/List.tsx index 06eaca445..3f9b81e2b 100644 --- a/app/views/RoomView/List/List.tsx +++ b/app/views/RoomView/List/List.tsx @@ -25,7 +25,7 @@ const List = ({ listRef, ...props }: IListProps) => ( // @ts-ignore contentContainerStyle={styles.contentContainer} inverted - estimatedItemSize={150} + estimatedItemSize={48} onEndReachedThreshold={0.5} {...props} {...scrollPersistTaps}