mirror of
https://github.com/bitwarden/android.git
synced 2026-03-15 15:31:34 -05:00
Mark IntentManagerImpl as not covered by code coverage (#249)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user