Skip to content

Commit

Permalink
Enable crossfade animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Isira-Seneviratne committed Jul 3, 2024
1 parent 71361de commit 39d0691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/schabi/newpipe/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public ImageLoader newImageLoader() {
.allowRgb565(ContextCompat.getSystemService(this, ActivityManager.class)
.isLowRamDevice())
.logger(BuildConfig.DEBUG ? new DebugLogger() : null)
.crossfade(true)
.build();
}

Expand Down

0 comments on commit 39d0691

Please sign in to comment.