Commit cf12d4e
committed
Drop default action delay back to 4 seconds
PR #226 had bumped the default from 4s to 6s as a hedge against Android shuffling the BT stream volume late during route setup. On-device verification with AirPods Pro 2 on a Pixel 8 shows the route is stable well before 4s elapse and volume changes land at the intended target with no shuffle. Two seconds shaved off the typical connect-to-stable time for users who never customized actionDelay.1 parent 6d6b151 commit cf12d4e
2 files changed
Lines changed: 3 additions & 6 deletions
File tree
- app/src
- main/java/eu/darken/bluemusic/devices/core
- test/java/eu/darken/bluemusic/devices/core
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 106 | + | |
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
| 269 | + | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments