mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Some minor optimizations to improve UI speed (#593)
## Description Many tiny changes that improve UI rendering speed and reduces recompositions Still plenty of room for improvement though.
This commit is contained in:
parent
622a99631b
commit
243e08b635
10 changed files with 62 additions and 110 deletions
|
|
@ -104,6 +104,16 @@ class TestStreamChoiceServiceBasic(
|
|||
),
|
||||
itemPlayback = itemPlayback(subtitleIndex = TrackIndex.UNSPECIFIED),
|
||||
),
|
||||
TestInput(
|
||||
1,
|
||||
SubtitlePlaybackMode.ALWAYS,
|
||||
subtitles =
|
||||
listOf(
|
||||
subtitle(0, "eng", forced = true, default = true),
|
||||
subtitle(1, "eng", false),
|
||||
subtitle(2, "eng", false),
|
||||
),
|
||||
),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue