This commit is contained in:
callebtc
2025-07-15 16:16:51 +02:00
parent df377b8ee6
commit 1ba14a00d4
8 changed files with 621 additions and 17 deletions
@@ -58,6 +58,7 @@ fun MainAppScreen(
// Chat is always the base view
ChatScreen(
viewModel = chatViewModel,
walletViewModel = walletViewModel,
onWalletClick = { showWallet = true },
onWalletClickWithToken = { parsedToken ->
// Open wallet and show receive dialog with the parsed token immediately