Show add comment button after photo taken

pull/14/head
Sam Bosley 12 years ago
parent 6504ce3f4d
commit da1f2f1674

@ -556,6 +556,7 @@ public class EditNoteActivity extends LinearLayout implements TimerActionListene
public void handleCameraResult(Bitmap bitmap) {
pendingCommentPicture = bitmap;
pictureButton.setImageBitmap(pendingCommentPicture);
commentField.requestFocus();
}
};

Loading…
Cancel
Save