From 1df91ca8d54a166bc01577d39ebe456aa6304da0 Mon Sep 17 00:00:00 2001 From: Jenna Vassar Date: Tue, 9 Jun 2026 15:13:56 -0700 Subject: [PATCH] Drop the SecureBackupSetupEntryPoint KDoc to match sibling entry points No other FeatureEntryPoint interface carries KDoc, and the genericised comment only restated what FeatureEntryPoint + DI already imply. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../securebackup/api/SecureBackupSetupEntryPoint.kt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/features/securebackup/api/src/main/kotlin/io/element/android/features/securebackup/api/SecureBackupSetupEntryPoint.kt b/features/securebackup/api/src/main/kotlin/io/element/android/features/securebackup/api/SecureBackupSetupEntryPoint.kt index be9bcdad71..f674dac690 100644 --- a/features/securebackup/api/src/main/kotlin/io/element/android/features/securebackup/api/SecureBackupSetupEntryPoint.kt +++ b/features/securebackup/api/src/main/kotlin/io/element/android/features/securebackup/api/SecureBackupSetupEntryPoint.kt @@ -12,12 +12,6 @@ import com.bumble.appyx.core.node.Node import io.element.android.libraries.architecture.FeatureEntryPoint import io.element.android.libraries.architecture.NodeInputs -/** - * Entry point for the recovery-key setup screen. - * - * The default implementation builds the standard auto-generated-key setup node. The binding can be - * replaced to provide an alternative setup node. - */ interface SecureBackupSetupEntryPoint : FeatureEntryPoint { data class Inputs(val isChangeRecoveryKeyUserStory: Boolean) : NodeInputs