mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 03:06:35 +00:00
support accounts
This commit is contained in:
parent
dd486a29e7
commit
94434c426d
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,6 @@ import 'package:flutter_mobx/flutter_mobx.dart';
|
|||
class AddressList extends StatelessWidget {
|
||||
const AddressList({
|
||||
super.key,
|
||||
// required this.onTapPicker,
|
||||
required this.addressListViewModel,
|
||||
this.onSelect,
|
||||
});
|
||||
|
@ -43,7 +42,7 @@ class AddressList extends StatelessWidget {
|
|||
|
||||
if (item is WalletAccountListHeader) {
|
||||
cell = HeaderTile(
|
||||
showTrailingButton: editable,
|
||||
showTrailingButton: true,
|
||||
walletAddressListViewModel: addressListViewModel,
|
||||
trailingButtonTap: () async {
|
||||
if (addressListViewModel.type == WalletType.monero ||
|
||||
|
|
Loading…
Reference in a new issue