Updated on 2026-08-14
This commit is contained in:
commit
acf110dbcc
30 changed files with 171 additions and 63 deletions
|
|
@ -52,7 +52,7 @@ internal class SendWithSwapSuccessModel @Inject constructor(
|
|||
onClick = appRouter::pop,
|
||||
),
|
||||
prevButton = null,
|
||||
secondaryPairButtonsUM = NavigationButton(
|
||||
secondaryPairButtonsUM = (NavigationButton(
|
||||
textReference = resourceReference(R.string.common_explore),
|
||||
iconRes = R.drawable.ic_web_24,
|
||||
onClick = ::onExploreClick,
|
||||
|
|
@ -60,7 +60,7 @@ internal class SendWithSwapSuccessModel @Inject constructor(
|
|||
textReference = resourceReference(R.string.common_share),
|
||||
iconRes = R.drawable.ic_share_24,
|
||||
onClick = ::onShareClick,
|
||||
),
|
||||
)).takeUnless { confirmUM?.txUrl.isNullOrBlank() },
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue