fix photoListHeader lagging behind

This commit is contained in:
Abhinav 2022-10-10 14:23:39 +05:30
parent 6d12de0fbc
commit 1a554971b7

View file

@ -247,6 +247,8 @@ export function PhotoList({
filteredData, filteredData,
showAppDownloadBanner, showAppDownloadBanner,
publicCollectionGalleryContext.accessedThroughSharedURL, publicCollectionGalleryContext.accessedThroughSharedURL,
galleryContext.photoListHeader,
publicCollectionGalleryContext.photoListHeader,
]); ]);
const groupByFileSize = (timeStampList: TimeStampListItem[]) => { const groupByFileSize = (timeStampList: TimeStampListItem[]) => {