Skip to content

Commit 10c599e

Browse files
romtsnlizokm
andauthored
Update docs/platforms/android/session-replay/privacy/index.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 57bca3a commit 10c599e

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/android/session-replay/privacy

1 file changed

+2
-2
lines changed

docs/platforms/android/session-replay/privacy/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ AndroidView(
138138

139139
### View Groups
140140

141-
- When a `ViewGroup` is marked as masked, **all its child views inherit this behavior and will be masked too**, even if some of those child views would typically be ignored. This approach prioritizes safety and ensures no sensitive information is exposed unintentionally.
141+
- If a `ViewGroup` is marked as masked, **all its child views will also be masked**, even if some views would normally be ignored. This prioritizes safety and ensures no sensitive information is unintentionally exposed.
142142

143-
- When a `ViewGroup` is marked as unmasked, **its child views do not automatically inherit its behavior**. Each child view must be explicitly marked as unmasked if you want to capture them in the replay.
143+
- If a `ViewGroup` is marked as unmasked, **its child views don't automatically inherit this behavior**. You'll need to explicitly mark each child view as unmasked if you want them to appear in the replay.
144144

145145
### Masking prioritization
146146

0 commit comments

Comments
 (0)