From d047cb0c49280ac4567c35acd2298a8af6fbb478 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 14 Dec 2022 15:21:57 -0300 Subject: [PATCH] Change estimataedItemSize to 48 (short message with avatar) --- app/views/RoomView/List/List.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}