mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Add possibility to ignore spaces in EditTexts
This commit is contained in:
parent
57e3574693
commit
3556cd0e66
2 changed files with 12 additions and 4 deletions
|
@ -444,7 +444,7 @@ public class EditEntryActivity extends AegisActivity {
|
|||
|
||||
byte[] secret;
|
||||
try {
|
||||
secret = Base32.decode(EditTextHelper.getEditTextChars(_textSecret));
|
||||
secret = Base32.decode(EditTextHelper.getEditTextChars(_textSecret, true));
|
||||
} catch (Base32Exception e) {
|
||||
throw new ParseException("Secret is not valid base32.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue