diff --git a/src/app/pages/IncomingCallStripRenderer.tsx b/src/app/pages/IncomingCallStripRenderer.tsx index 852f88cb..2fefdb26 100644 --- a/src/app/pages/IncomingCallStripRenderer.tsx +++ b/src/app/pages/IncomingCallStripRenderer.tsx @@ -6,17 +6,24 @@ // IncomingCallStripRenderer is platform-agnostic: if JS knows about an incoming // ring, we render the in-app strip. On Android the native FCM service decides // independently whether to surface a system CallStyle notification; when the -// app is foregrounded it now suppresses that banner, so this renderer no longer -// needs to mirror native foreground policy in JS. +// app is foregrounded it suppresses that banner, so strip render itself does +// not need to mirror foreground policy in JS. +// +// Ring audio DOES mirror foreground policy — gated on `appActive` (techdebt +// §5.39): when the app/tab is hidden the platform surface (Android CallStyle / +// web SW push) owns ringtone UX, and playing the in-app