diff --git a/lib/ui/gallery.dart b/lib/ui/gallery.dart index 449ecd934..62c302d9b 100644 --- a/lib/ui/gallery.dart +++ b/lib/ui/gallery.dart @@ -37,6 +37,7 @@ class _GalleryState extends State { @override Widget build(BuildContext context) { + // TODO: Investigate reason for multiple rebuilds on selection change _photos = widget.photos; _selectedPhotos = widget.selectedPhotos; _collatePhotos();