corrected a dumb mistake
This commit is contained in:
parent
f75689d458
commit
fca8ab5bd6
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ public class PgpHandler extends Activity {
|
|||
return;
|
||||
}
|
||||
|
||||
if (pass.isEmpty() || extra.isEmpty()) {
|
||||
if (pass.isEmpty() && extra.isEmpty()) {
|
||||
showToast("You cannot use an empty password or empty extra content");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue