Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-01 14:12:02 +03:00
parent 508b2ad04f
commit 59a6a4cb69
6 changed files with 22 additions and 14 deletions

View file

@ -11,8 +11,10 @@ import dagger.assisted.AssistedInject
* Mocking it for release/external builds to exclude SumSub dependency
* This will never be called if the FT [isTangemPayEnabled] is off
*/
@Suppress("UnusedPrivateProperty")
internal class MockKycComponent @AssistedInject constructor(
@Assisted appComponentContext: AppComponentContext,
@Assisted params: KycComponent.Params,
) : KycComponent, AppComponentContext by appComponentContext {
@Composable