leave timeout at 5s as it was before

This commit is contained in:
skoruppa 2026-04-14 11:40:54 +02:00
parent 812ea8609e
commit be3e52538a

View file

@ -60,7 +60,7 @@ private data class HomePosterOptionsTarget(
val addonBaseUrl: String
)
private const val HOME_STABLE_GATE_TIMEOUT_MS = 4_000L
private const val HOME_STABLE_GATE_TIMEOUT_MS = 5_000L
@OptIn(ExperimentalTvMaterial3Api::class)
@Composable