UI Updates & Fixes (#114)

Fixes #113 

- Ensures all audio and subtitle options are shown during playback
- Fix home rows not being at top when going back
- Show error message when background home page refresh fails

Also shows more details for login failures and adds a link to the debug
page (with log info) after multiple login failure attempts. Hopefully
this can help diagnose #112 and #18
This commit is contained in:
damontecres 2025-10-30 13:41:46 -04:00 committed by GitHub
parent b1275ae210
commit 3f7c2ac730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 128 additions and 53 deletions

View file

@ -150,8 +150,8 @@ class MainActivity : AppCompatActivity() {
}
}
}
LaunchedEffect(server) {
serverEventListener.init()
LaunchedEffect(server, user) {
serverEventListener.init(server, user)
}
ApplicationContent(
user = user,