update limit of elemets shown in each search section

This commit is contained in:
ashilkn 2024-03-09 16:52:02 +05:30
parent b4cf5761fa
commit 7c86e8f903

View file

@ -67,7 +67,7 @@ const defaultCityRadius = 10.0;
const galleryGridSpacing = 2.0;
const kSearchSectionLimit = 7;
const kSearchSectionLimit = 9;
const iOSGroupID = "group.io.ente.frame.SlideshowWidget";