Updated on 2026-08-14
This commit is contained in:
parent
7e5a678d84
commit
d442154b82
17 changed files with 137 additions and 6 deletions
|
|
@ -91,6 +91,16 @@ internal class YieldSupplyModel @Inject constructor(
|
|||
|
||||
init {
|
||||
checkIfYieldSupplyIsAvailable()
|
||||
if (params.handleNavigation != null) {
|
||||
if (params.handleNavigation == true) {
|
||||
modelScope.launch {
|
||||
delay(timeMillis = 1000)
|
||||
bottomSheetNavigation.activate(Unit)
|
||||
}
|
||||
} else {
|
||||
onStartEarningClick()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private fun checkIfYieldSupplyIsAvailable() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue