Add TODO to PlaceRenderer for List buttons

This commit is contained in:
misaochan 2018-01-11 19:14:49 +10:00 committed by maskara
parent 970df6e751
commit 47130ec828

View file

@ -81,6 +81,8 @@ class PlaceRenderer extends Renderer<Place> {
} }
}); });
//TODO: Set onClickListeners for camera and gallery in list here?
} }
private void closeLayout(LinearLayout buttonLayout){ private void closeLayout(LinearLayout buttonLayout){