Revert a commit that broke things

pull/14/head
Sam Bosley 12 years ago
parent 1355975e8d
commit 665959af47

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

Loading…
Cancel
Save