opt.: back btn on scan page

Fixes #564
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-31 19:33:57 +08:00
parent 7d0ea8a58b
commit b33d0bbc3e
5 changed files with 6 additions and 6 deletions

View File

@@ -199,7 +199,7 @@ class _PrivateKeyEditPageState extends State<PrivateKeyEditPage> {
return;
}
FocusScope.of(context).unfocus();
_loading.value = SizedLoading.centerMedium;
_loading.value = SizedLoading.medium;
try {
final decrypted = await Computer.shared.start(decyptPem, [key, pwd]);
final pki = PrivateKeyInfo(id: name, key: decrypted);