From f25093d396451fb0b9e9cbd881791bdb5a32d2ed Mon Sep 17 00:00:00 2001 From: Tretzi Date: Thu, 9 Apr 2026 22:15:14 -0500 Subject: [PATCH] Copy: remove positioning guide bullet about resting on eyes --- app/src/main/java/com/mindmachine/mvp/MainActivity.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/mindmachine/mvp/MainActivity.kt b/app/src/main/java/com/mindmachine/mvp/MainActivity.kt index 36db53e..1c62a06 100644 --- a/app/src/main/java/com/mindmachine/mvp/MainActivity.kt +++ b/app/src/main/java/com/mindmachine/mvp/MainActivity.kt @@ -853,7 +853,6 @@ fun PositioningScreen() { Text("• Lie on your back in a safe, comfortable place.", color = MaterialTheme.colorScheme.onBackground) Text("• Rest the phone across the upper nose/forehead area so it stays stable.", color = MaterialTheme.colorScheme.onBackground) Text("• Keep your eyes closed during immersive visual sessions.", color = MaterialTheme.colorScheme.onBackground) - Text("• Do not rest the phone on your eyes or put pressure on your face.", color = MaterialTheme.colorScheme.onBackground) Text("• Ensure comfortable breathing/airflow and stop if you feel discomfort.", color = MaterialTheme.colorScheme.onBackground) Spacer(Modifier.height(12.dp))