Updated on 2026-08-14
This commit is contained in:
parent
cef0618791
commit
c6fc619530
76 changed files with 5247 additions and 176 deletions
|
|
@ -54,7 +54,10 @@ internal class WalletComponent @AssistedInject constructor(
|
|||
private val model: WalletModel = getOrCreateModel()
|
||||
|
||||
private val feedEntryComponent by lazy {
|
||||
feedEntryComponentFactory.create(child("feedEntryComponent"))
|
||||
feedEntryComponentFactory.create(
|
||||
context = child("feedEntryComponent"),
|
||||
entryRoute = null,
|
||||
)
|
||||
}
|
||||
private val marketsEntryComponent by lazy {
|
||||
marketsEntryComponentFactory.create(child("marketsEntryComponent"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue