We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf2d99 commit 0acc353Copy full SHA for 0acc353
1 file changed
app/src/main/java/org/schabi/newpipe/local/bookmark/BookmarkFragment.java
@@ -91,11 +91,6 @@ public void onResume() {
91
// Fragment LifeCycle - Views
92
///////////////////////////////////////////////////////////////////////////
93
94
- @Override
95
- protected void initViews(final View rootView, final Bundle savedInstanceState) {
96
- super.initViews(rootView, savedInstanceState);
97
- }
98
-
99
@Override
100
protected void initListeners() {
101
super.initListeners();
0 commit comments