Cancel embedded camera button by-default usage

This commit is contained in:
Amit Davidi 2017-02-27 16:12:18 +02:00
parent 5d9160553a
commit 7d1c490607
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class GalleryAdapter extends RecyclerView.Adapter<GalleryAdapter.AbsViewH
private String unsupportedText;
private String unsupportedTextColor;
private List<String> dirtyUris = new ArrayList<>();
private boolean embedCameraButton = true;
private boolean embedCameraButton;
private class Image {
String uri;