From 665959af47d19da94d19132f58d45fcf44c34520 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Mon, 11 Jun 2012 20:11:46 -0700 Subject: [PATCH] Revert a commit that broke things --- .../com/todoroo/astrid/notes/EditNoteActivity.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java b/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java index 6b7706a7d..4205872e3 100644 --- a/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java +++ b/astrid/plugin-src/com/todoroo/astrid/notes/EditNoteActivity.java @@ -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() {