mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Merge pull request #2912 from mauriciocolli/fix-wrong-thread-access
Fix for player access out of its creation thread
This commit is contained in:
		| @@ -319,6 +319,7 @@ public class MediaSourceManager { | ||||
|  | ||||
|     private Observable<Long> getEdgeIntervalSignal() { | ||||
|         return Observable.interval(progressUpdateIntervalMillis, TimeUnit.MILLISECONDS) | ||||
|                 .observeOn(AndroidSchedulers.mainThread()) | ||||
|                 .filter(ignored -> | ||||
|                         playbackListener.isApproachingPlaybackEdge(playbackNearEndGapMillis)); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tobias Groza
					Tobias Groza