Updated on 2026-08-14
This commit is contained in:
parent
b283f87b1b
commit
bf7c1f2f62
13 changed files with 25 additions and 72 deletions
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" ?>
|
||||
<SmellBaseline>
|
||||
<ManuallySuppressedIssues/>
|
||||
<CurrentIssues>
|
||||
<ID>UnnecessaryLet:DefaultKycComponent.kt$DefaultKycComponent$let { launchSdk(startInfo) }</ID>
|
||||
</CurrentIssues>
|
||||
</SmellBaseline>
|
||||
|
|
@ -27,7 +27,7 @@ class DefaultKycComponent @AssistedInject constructor(
|
|||
init {
|
||||
componentScope.launch {
|
||||
model.uiState.drop(1).collectLatest { startInfo ->
|
||||
startInfo?.let { launchSdk(startInfo) }
|
||||
if (startInfo != null) launchSdk(startInfo)
|
||||
router.pop()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue