fix: remove 30s brightness blackout from ambient download overlay#1086
Conversation
The BRIGHTNESS_DIM_DELAY_MS / MIN_BRIGHTNESS logic would tank screen brightness to 0.01f after 30 seconds of idle, effectively blacking out the display. Since the bar and texts drift slightly (OLED burn-in safe), there's no reason to kill the screen — just keep the ambient overlay visible indefinitely until the user wakes it or the download finishes.
📝 WalkthroughWalkthroughThis PR removes brightness management functionality from the ambient download overlay feature. The Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Producdevity
this is the pr which does the agreed upon, remove the fade to full black but preserve the minimalist fade out while downloading after 10 sec.
Recording
imagine in your minds eye, the thing that was happening, not happening now
Checklist
#code-changes, I have discussed this change there and it has been green-lighted. If I do not have access, I have still provided clear context in this PR. If I skip both, I accept that this change may face delays in review, may not be reviewed at all, or may be closed.CONTRIBUTING.md.Summary by CodeRabbit