From 31ade7cd309b375d0c84b79206c366c422f729ec Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 13 May 2025 15:55:13 +0200 Subject: [PATCH] PlayerUIList: make UI list private --- app/src/main/java/org/schabi/newpipe/player/ui/PlayerUiList.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/schabi/newpipe/player/ui/PlayerUiList.kt b/app/src/main/java/org/schabi/newpipe/player/ui/PlayerUiList.kt index 24a46d1ef..b3caca205 100644 --- a/app/src/main/java/org/schabi/newpipe/player/ui/PlayerUiList.kt +++ b/app/src/main/java/org/schabi/newpipe/player/ui/PlayerUiList.kt @@ -4,7 +4,7 @@ import org.schabi.newpipe.util.GuardedByMutex import java.util.Optional class PlayerUiList(vararg initialPlayerUis: PlayerUi) { - var playerUis = GuardedByMutex(mutableListOf()) + private var playerUis = GuardedByMutex(mutableListOf()) /** * Creates a [PlayerUiList] starting with the provided player uis. The provided player uis