Remove comments

This commit is contained in:
misaochan 2018-05-25 19:45:19 +10:00
parent 02a735f2c0
commit 99745db13a

View file

@ -109,7 +109,7 @@ public class ShareActivity
@BindView(R.id.backgroundImage) @BindView(R.id.backgroundImage)
SimpleDraweeView backgroundImageView; SimpleDraweeView backgroundImageView;
@BindView(R.id.media_map) @BindView(R.id.media_map)
FloatingActionButton mapsFragment; //Lets stick to camelCase FloatingActionButton mapsFragment;
@BindView(R.id.media_upload_zoom_in) @BindView(R.id.media_upload_zoom_in)
FloatingActionButton zoomInButton; FloatingActionButton zoomInButton;
@BindView(R.id.media_upload_zoom_out) @BindView(R.id.media_upload_zoom_out)
@ -123,7 +123,7 @@ public class ShareActivity
private static final int REQUEST_PERM_ON_CREATE_LOCATION = 2; private static final int REQUEST_PERM_ON_CREATE_LOCATION = 2;
private static final int REQUEST_PERM_ON_CREATE_STORAGE_AND_LOCATION = 3; private static final int REQUEST_PERM_ON_CREATE_STORAGE_AND_LOCATION = 3;
private static final int REQUEST_PERM_ON_SUBMIT_STORAGE = 4; private static final int REQUEST_PERM_ON_SUBMIT_STORAGE = 4;
private String source; private String source;
private String mimeType; private String mimeType;