Skip to content

Commit

Permalink
Re-wire up the media selection callback
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Jan 21, 2019
1 parent 98940eb commit d502dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void onCreate(Bundle savedInstanceState) {
mHtmlModeEnabled,
new OnMediaLibraryButtonListener() {
@Override public void onMediaLibraryButtonClick() {
// onToolbarMediaButtonClicked();
((GutenbergEditorFragment) getParentFragment()).onToolbarMediaButtonClicked();
}
},
getActivity().getApplication(),
Expand Down

0 comments on commit d502dc6

Please sign in to comment.