Mark IntentManagerImpl as not covered by code coverage (#249)

This commit is contained in:
Patrick Honkonen
2024-10-21 17:25:14 -04:00
committed by GitHub
parent b127021701
commit 25e01c86bc

View File

@@ -15,11 +15,13 @@ import androidx.activity.result.contract.ActivityResultContracts
import androidx.compose.runtime.Composable
import androidx.core.content.ContextCompat
import com.bitwarden.authenticator.R
import com.bitwarden.authenticator.data.platform.annotation.OmitFromCoverage
/**
* The default implementation of the [IntentManager] for simplifying the handling of Android
* Intents within a given context.
*/
@OmitFromCoverage
class IntentManagerImpl(
private val context: Context,
) : IntentManager {