mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Enable crossfade animation
This commit is contained in:
		| @@ -126,6 +126,7 @@ public class App extends Application implements ImageLoaderFactory { | |||||||
|                 .allowRgb565(ContextCompat.getSystemService(this, ActivityManager.class) |                 .allowRgb565(ContextCompat.getSystemService(this, ActivityManager.class) | ||||||
|                         .isLowRamDevice()) |                         .isLowRamDevice()) | ||||||
|                 .logger(BuildConfig.DEBUG ? new DebugLogger() : null) |                 .logger(BuildConfig.DEBUG ? new DebugLogger() : null) | ||||||
|  |                 .crossfade(true) | ||||||
|                 .build(); |                 .build(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Isira Seneviratne
					Isira Seneviratne