mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	PlayerUIList: make UI list private
This commit is contained in:
		| @@ -4,7 +4,7 @@ import org.schabi.newpipe.util.GuardedByMutex | ||||
| import java.util.Optional | ||||
|  | ||||
| class PlayerUiList(vararg initialPlayerUis: PlayerUi) { | ||||
|     var playerUis = GuardedByMutex(mutableListOf<PlayerUi>()) | ||||
|     private var playerUis = GuardedByMutex(mutableListOf<PlayerUi>()) | ||||
|  | ||||
|     /** | ||||
|      * Creates a [PlayerUiList] starting with the provided player uis. The provided player uis | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Profpatsch
					Profpatsch