Move address book above security settings in menu

This commit is contained in:
Justin Ehrenhofer 2022-12-12 12:51:28 -06:00
parent b5ba26adcd
commit 53e713a105

View file

@ -21,6 +21,12 @@ class WalletMenu {
height: 16, width: 16),
handler: () => Navigator.of(context).pushNamed(Routes.walletList),
),
WalletMenuItem(
title: S.current.address_book_menu,
image: Image.asset('assets/images/open_book_menu.png',
height: 16, width: 16),
handler: () => Navigator.of(context).pushNamed(Routes.addressBook),
),
WalletMenuItem(
title: S.current.security_and_backup,
image:
@ -28,12 +34,6 @@ class WalletMenu {
handler: () {
Navigator.of(context).pushNamed(Routes.securityBackupPage);
}),
WalletMenuItem(
title: S.current.address_book_menu,
image: Image.asset('assets/images/open_book_menu.png',
height: 16, width: 16),
handler: () => Navigator.of(context).pushNamed(Routes.addressBook),
),
WalletMenuItem(
title: S.current.privacy_settings,
image: