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 71361de commit 39d0691Copy full SHA for 39d0691
app/src/main/java/org/schabi/newpipe/App.java
@@ -126,6 +126,7 @@ public ImageLoader newImageLoader() {
126
.allowRgb565(ContextCompat.getSystemService(this, ActivityManager.class)
127
.isLowRamDevice())
128
.logger(BuildConfig.DEBUG ? new DebugLogger() : null)
129
+ .crossfade(true)
130
.build();
131
}
132
0 commit comments