fix(live): returning from playback keeps the group you were in
Some checks failed
Build TV app / build (push) Failing after 3s

The rail opens whatever gets focused, so when the player closed and focus
landed on "Alle Sender", the view silently switched away from the group
the viewer had been browsing. A restore flag now suppresses that
auto-select until focus has been placed on the channel that was watched.

Completes #13.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-26 02:20:17 +02:00
parent dd612fc608
commit 8068f34a4e
3 changed files with 18 additions and 5 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "dev.castarr.tv"
minSdk = 26
targetSdk = 35
versionCode = 23
versionName = "0.9.0"
versionCode = 24
versionName = "0.9.1"
}
// Release signing from environment (see ~/.keys/castarr-release.env on the