mirror of
https://github.com/leanote/leanote-android.git
synced 2026-01-14 07:00:23 +08:00
remove redundant code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user