From 278e41ba1eb5d7fabf6212e48771d86a4e16f394 Mon Sep 17 00:00:00 2001 From: Tretzi Date: Thu, 9 Apr 2026 20:41:14 -0500 Subject: [PATCH] Docs: remove stop-confirmation requirement --- ANDROID_MVP_SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ANDROID_MVP_SPEC.md b/ANDROID_MVP_SPEC.md index 0c99c66..7a2f87f 100644 --- a/ANDROID_MVP_SPEC.md +++ b/ANDROID_MVP_SPEC.md @@ -165,7 +165,7 @@ Outcomes: ### 4.6 Stop Flow 1. User taps Stop from controls or paused state 2. Confirmation sheet: Stop Session / Cancel -3. If confirmed, audio stops, visuals stop, wake behavior released, completion screen shown as “Session ended early” +3. When the user ends a session, audio stops, visuals stop, wake behavior released, completion screen shown as “Session ended early” (no confirmation dialog). ### 4.7 Interruption Flow Triggers include call, alarm takeover, audio focus loss, app backgrounding, screen off intent, headphone disconnect.