[go: nahoru, domu]

Skip to content

Commit

Permalink
first step at introducing the new media picker
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Mar 11, 2015
1 parent 94e0f77 commit 9c806b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ public void onClick(View v) {
startActivityForResult(i, ACTIVITY_REQUEST_CODE_CREATE_LINK);
} else if (id == R.id.addPictureButton) {
AnalyticsTracker.track(Stat.EDITOR_TAPPED_IMAGE);
mAddPictureButton.performLongClick();
mEditorFragmentListener.onAddMediaClicked();
}
}
};
Expand Down

0 comments on commit 9c806b5

Please sign in to comment.