mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-26 18:45:24 +00:00
worky
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user