leave timeout at 5s as it was before
This commit is contained in:
parent
812ea8609e
commit
be3e52538a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue