Updated on 2026-08-14
This commit is contained in:
parent
508b2ad04f
commit
59a6a4cb69
6 changed files with 22 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue