Enable crossfade animation
This commit is contained in:
parent
71361de8ee
commit
39d0691c7e
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue