This commit is contained in:
lollipopkit
2023-01-28 21:16:53 +08:00
parent be1a162632
commit a518dca0ca
19 changed files with 269 additions and 247 deletions

View File

@@ -188,9 +188,9 @@ class _MyHomePageState extends State<MyHomePage>
ListTile(
leading: const Icon(Icons.vpn_key),
title: Text(_s.privateKey),
onTap: () => AppRoute(
const StoredPrivateKeysPage(), 'private key list')
.go(context),
onTap: () =>
AppRoute(const PrivateKeysListPage(), 'private key list')
.go(context),
),
ListTile(
leading: const Icon(Icons.download),