Add todo
This commit is contained in:
parent
25e68526a4
commit
436b916911
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue