mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
The detail sheet was composed inside the device-info lazy item, so tapping the battery runtime warning banner after that item had scrolled out of composition did nothing visible while still setting the visibility flag, which made the sheet pop up unprompted on scrolling back up. Build the detail items and compose the sheet at screen scope instead; the card now only reports the tap. Fixes review finding F1