File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
app/src/main/java/org/schabi/newpipe/local Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -194,9 +194,6 @@ public void showLoading() {
194194 if (itemsList != null ) {
195195 animateHideRecyclerViewAllowingScrolling (itemsList );
196196 }
197- if (headerRootBinding != null ) {
198- animate (headerRootBinding .getRoot (), false , 200 );
199- }
200197 }
201198
202199 @ Override
@@ -205,9 +202,6 @@ public void hideLoading() {
205202 if (itemsList != null ) {
206203 animate (itemsList , true , 200 );
207204 }
208- if (headerRootBinding != null ) {
209- animate (headerRootBinding .getRoot (), true , 200 );
210- }
211205 }
212206
213207 @ Override
@@ -253,9 +247,6 @@ public void handleError() {
253247 if (itemsList != null ) {
254248 animateHideRecyclerViewAllowingScrolling (itemsList );
255249 }
256- if (headerRootBinding != null ) {
257- animate (headerRootBinding .getRoot (), false , 200 );
258- }
259250 }
260251
261252 @ Override
You can’t perform that action at this time.
0 commit comments