mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
corrected a dumb mistake
This commit is contained in:
parent
f75689d458
commit
fca8ab5bd6
@ -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…
x
Reference in New Issue
Block a user