remove redundant code

This commit is contained in:
houxg
2016-12-28 17:27:10 +08:00
parent 39e0cc7c94
commit d09a6249b7

View File

@@ -146,7 +146,6 @@ public class EditorFragment extends Fragment implements Editor.EditorListener {
ButterKnife.bind(this, view);
mToolContainer.setVisibility(mIsEditingEnabled ? View.VISIBLE : View.GONE);
mEditor.init(mWebView);
mListener.onInitialized();
return view;
}