mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-19 00:11:45 +00:00
update strings
This commit is contained in:
parent
38a786850c
commit
5926f239e3
2 changed files with 2 additions and 1 deletions
|
|
@ -450,7 +450,7 @@
|
||||||
<string name="settings_appearance_app_language_sheet_title">Choose Language</string>
|
<string name="settings_appearance_app_language_sheet_title">Choose Language</string>
|
||||||
<string name="settings_appearance_continue_watching_description">Settings for the Continue Watching section.</string>
|
<string name="settings_appearance_continue_watching_description">Settings for the Continue Watching section.</string>
|
||||||
<string name="settings_appearance_liquid_glass">Liquid Glass</string>
|
<string name="settings_appearance_liquid_glass">Liquid Glass</string>
|
||||||
<string name="settings_appearance_liquid_glass_description">Use the native iPhone tab bar on iOS 26 and later.</string>
|
<string name="settings_appearance_liquid_glass_description">Use the native iPhone tab bar on iOS 26 and later. Instant profile switching from the tab bar is unavailable while this is on.</string>
|
||||||
<string name="settings_appearance_poster_customization_description">Tune card width and corner radius.</string>
|
<string name="settings_appearance_poster_customization_description">Tune card width and corner radius.</string>
|
||||||
<string name="settings_appearance_section_display">DISPLAY</string>
|
<string name="settings_appearance_section_display">DISPLAY</string>
|
||||||
<string name="settings_appearance_section_home">HOME</string>
|
<string name="settings_appearance_section_home">HOME</string>
|
||||||
|
|
|
||||||
|
|
@ -314,6 +314,7 @@ fun App() {
|
||||||
LaunchedEffect(Unit) {
|
LaunchedEffect(Unit) {
|
||||||
NetworkStatusRepository.ensureStarted()
|
NetworkStatusRepository.ensureStarted()
|
||||||
ProfileRepository.loadCachedProfiles()
|
ProfileRepository.loadCachedProfiles()
|
||||||
|
AvatarRepository.fetchAvatars()
|
||||||
}
|
}
|
||||||
|
|
||||||
val authState by AuthRepository.state.collectAsStateWithLifecycle()
|
val authState by AuthRepository.state.collectAsStateWithLifecycle()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue