Move address book above security settings in menu

Justin Ehrenhofer committed Dec 12, 2022 at 12:51 UTC 53e713a10522ae7ac2a68679e13a971fd44df9b7
1 file changed +6 -6
lib/src/screens/dashboard/wallet_menu.dart
+6 -6
@@ -21,6 +21,12 @@ class WalletMenu {
21 height: 16, width: 16),
22 handler: () => Navigator.of(context).pushNamed(Routes.walletList),
23 ),
24 + WalletMenuItem(
25 + title: S.current.address_book_menu,
26 + image: Image.asset('assets/images/open_book_menu.png',
27 + height: 16, width: 16),
28 + handler: () => Navigator.of(context).pushNamed(Routes.addressBook),
29 + ),
30 WalletMenuItem(
31 title: S.current.security_and_backup,
32 image:
@@ -28,12 +34,6 @@ class WalletMenu {
34 handler: () {
35 Navigator.of(context).pushNamed(Routes.securityBackupPage);
36 }),
31 - WalletMenuItem(
32 - title: S.current.address_book_menu,
33 - image: Image.asset('assets/images/open_book_menu.png',
34 - height: 16, width: 16),
35 - handler: () => Navigator.of(context).pushNamed(Routes.addressBook),
36 - ),
37 WalletMenuItem(
38 title: S.current.privacy_settings,
39 image: