(cherry picked from commit a6dc8fedbe)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
ddf0c5b740
commit
0dd11d45e9
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ const PostList = ({
|
|||
if (onViewableItemsChangedListener.current && !deepLinkURL) {
|
||||
onViewableItemsChangedListener.current(viewableItems);
|
||||
}
|
||||
}, [deepLinkURL]);
|
||||
}, []);
|
||||
|
||||
const renderItem = useCallback(({item, index}) => {
|
||||
if (isStartOfNewMessages(item)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue