This commit is contained in:
Vishnu Mohandas 2020-04-27 20:46:04 +05:30
parent 25e68526a4
commit 436b916911

View file

@ -37,6 +37,7 @@ class _GalleryState extends State<Gallery> {
@override
Widget build(BuildContext context) {
// TODO: Investigate reason for multiple rebuilds on selection change
_photos = widget.photos;
_selectedPhotos = widget.selectedPhotos;
_collatePhotos();