fix(player): opening key-up no longer clicks the freshly focused pause button

The key-down that opens the overlay is consumed by the activity, but its
key-up arrived after the play button grabbed focus and clicked it —
instant pause right after the overlay appeared. The overlay now swallows
select-releases whose press it never saw.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-26 00:32:22 +02:00
parent b59c3deee4
commit 22bda1644f
2 changed files with 24 additions and 4 deletions

View File

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