Updated on 2026-08-14
This commit is contained in:
parent
066ab573b3
commit
3fefb7bf52
21 changed files with 944 additions and 56 deletions
|
|
@ -32,6 +32,15 @@ interface PortfolioSelectorComponent : ComposableBottomSheetComponent, Composabl
|
|||
val portfolioFetcher: PortfolioFetcher,
|
||||
val controller: PortfolioSelectorController,
|
||||
val bsCallback: BottomSheetCallback? = null,
|
||||
val settings: Settings = Settings(),
|
||||
)
|
||||
|
||||
/**
|
||||
* @param isWalletSelectionOnly when `true`, the selector always shows a flat wallet list and ignores the global
|
||||
* accounts mode (no account grouping).
|
||||
*/
|
||||
data class Settings(
|
||||
val isWalletSelectionOnly: Boolean = false,
|
||||
)
|
||||
|
||||
interface BottomSheetCallback {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue