We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a4af2 commit be373dcCopy full SHA for be373dc
1 file changed
app/src/main/java/org/schabi/newpipe/player/ui/PlayerUiList.kt
@@ -4,7 +4,7 @@ import org.schabi.newpipe.util.GuardedByMutex
4
import java.util.Optional
5
6
class PlayerUiList(vararg initialPlayerUis: PlayerUi) {
7
- var playerUis = GuardedByMutex(mutableListOf<PlayerUi>())
+ private var playerUis = GuardedByMutex(mutableListOf<PlayerUi>())
8
9
/**
10
* Creates a [PlayerUiList] starting with the provided player uis. The provided player uis
0 commit comments