|
|
@ -91,7 +91,7 @@ public class EditNoteActivity extends LinearLayout implements TimerActionListene
|
|
|
|
private View commentButton;
|
|
|
|
private View commentButton;
|
|
|
|
private int commentItems = 10;
|
|
|
|
private int commentItems = 10;
|
|
|
|
private ImageButton pictureButton;
|
|
|
|
private ImageButton pictureButton;
|
|
|
|
private static Bitmap pendingCommentPicture = null;
|
|
|
|
private Bitmap pendingCommentPicture = null;
|
|
|
|
private final Fragment fragment;
|
|
|
|
private final Fragment fragment;
|
|
|
|
private final ImageDiskCache imageCache;
|
|
|
|
private final ImageDiskCache imageCache;
|
|
|
|
private final int cameraButton;
|
|
|
|
private final int cameraButton;
|
|
|
@ -123,9 +123,6 @@ public class EditNoteActivity extends LinearLayout implements TimerActionListene
|
|
|
|
parentView = parent;
|
|
|
|
parentView = parent;
|
|
|
|
|
|
|
|
|
|
|
|
loadViewForTaskID(t);
|
|
|
|
loadViewForTaskID(t);
|
|
|
|
|
|
|
|
|
|
|
|
if (pendingCommentPicture != null)
|
|
|
|
|
|
|
|
pictureButton.setImageBitmap(pendingCommentPicture);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private int getDefaultCameraButton() {
|
|
|
|
private int getDefaultCameraButton() {
|
|
|
|