mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-28 01:36:08 +00:00
Fixed setting 'Account name'
This commit is contained in:
parent
32e81c5250
commit
b0450cab8b
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ public class EditProfileActivity extends AegisActivity {
|
|||
info.setDigits(digits);
|
||||
info.setAlgorithm(algo);
|
||||
info.setType(type);
|
||||
info.setAccountName(_textName.getText().toString());
|
||||
} catch (KeyInfoException e) {
|
||||
onError("The entered info is incorrect: " + e.getMessage());
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue