mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Update app/src/main/java/org/schabi/newpipe/player/BackgroundPlayer.java
Co-Authored-By: Redirion <redirion@web.de>
This commit is contained in:
		| @@ -351,7 +351,7 @@ public final class BackgroundPlayer extends Service { | |||||||
|  |  | ||||||
|             if (!shouldUpdateOnProgress) return; |             if (!shouldUpdateOnProgress) return; | ||||||
|             resetNotification(); |             resetNotification(); | ||||||
|             if(Build.VERSION.SDK_INT >= 26 /*Oreo*/) updateNotificationThumbnail(); |             if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O /*Oreo*/) updateNotificationThumbnail(); | ||||||
|             if (bigNotRemoteView != null) { |             if (bigNotRemoteView != null) { | ||||||
|                 if(cachedDuration != duration) { |                 if(cachedDuration != duration) { | ||||||
|                     cachedDuration = duration; |                     cachedDuration = duration; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tobias Groza
					Tobias Groza