mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
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:
parent
b1275ae210
commit
3f7c2ac730
11 changed files with 128 additions and 53 deletions
|
|
@ -150,8 +150,8 @@ class MainActivity : AppCompatActivity() {
|
|||
}
|
||||
}
|
||||
}
|
||||
LaunchedEffect(server) {
|
||||
serverEventListener.init()
|
||||
LaunchedEffect(server, user) {
|
||||
serverEventListener.init(server, user)
|
||||
}
|
||||
ApplicationContent(
|
||||
user = user,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue