-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- "Wallet" should be "Wallets" in side bar
- There should be an indicator to show what wallet is the default wallet.
- During onboarding user selected currency for wallet is not respected.
Location: mobile/lib/presentation/onboarding/widgets/wallet_setup_widget.dart:378-383
} else if (_selectedWalletOption == WalletOption.createAutomatically) {
await walletCubit.createAndSaveDefaultWallet(
name: LocaleKeys.defaultWalletName.tr(),
description: LocaleKeys.defaultWalletDescription.tr(),
currency: KeyConstants.defaultCurrencyCode, // HARDCODED TO 'USD'
);
KeyConstants.defaultCurrencyCode is hardcoded to 'USD' in key_constants.dart:11.
When users select "Create Automatically", it ignores their currency selection and always uses USD.
Metadata
Metadata
Assignees
Labels
No labels