From 61fc221e8d9766089d851008b626438232c82370 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:10:59 +0100 Subject: [PATCH] fix: java docs compose masking (#202) --- .../com/posthog/android/replay/PostHogSessionReplayConfig.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/posthog-android/src/main/java/com/posthog/android/replay/PostHogSessionReplayConfig.kt b/posthog-android/src/main/java/com/posthog/android/replay/PostHogSessionReplayConfig.kt index a6d113b0..fd085989 100644 --- a/posthog-android/src/main/java/com/posthog/android/replay/PostHogSessionReplayConfig.kt +++ b/posthog-android/src/main/java/com/posthog/android/replay/PostHogSessionReplayConfig.kt @@ -9,14 +9,12 @@ public class PostHogSessionReplayConfig /** * Enable masking of all text input fields * Defaults to true - * This isn't supported if using Jetpack Compose views, use with caution */ @PostHogExperimental public var maskAllTextInputs: Boolean = true, /** * Enable masking of all images to a placeholder * Defaults to true - * This isn't supported if using Jetpack Compose views, use with caution */ @PostHogExperimental public var maskAllImages: Boolean = true,