1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-22 11:02:35 +01:00

Enable crossfade animation

This commit is contained in:
Isira Seneviratne 2024-06-27 18:08:21 +05:30
parent 71361de8ee
commit 39d0691c7e

View File

@ -126,6 +126,7 @@ public class App extends Application implements ImageLoaderFactory {
.allowRgb565(ContextCompat.getSystemService(this, ActivityManager.class)
.isLowRamDevice())
.logger(BuildConfig.DEBUG ? new DebugLogger() : null)
.crossfade(true)
.build();
}