fix: 完善提交

This commit is contained in:
DaisyWu 2025-05-26 16:12:45 +08:00
parent 4b3a74cc58
commit 307a96d562

View File

@ -248,6 +248,8 @@ class _SendElectronicKeyViewState extends State<SendElectronicKeyView>
currentContact.fullName!.isNotEmpty) { currentContact.fullName!.isNotEmpty) {
logic.state.keyNameController.text = logic.state.keyNameController.text =
currentContact.fullName!; currentContact.fullName!;
} else {
logic.state.keyNameController.text = '';
} }
// UI // UI