mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 21:38:03 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pass.isEmpty() || extra.isEmpty()) {
|
if (pass.isEmpty() && extra.isEmpty()) {
|
||||||
showToast("You cannot use an empty password or empty extra content");
|
showToast("You cannot use an empty password or empty extra content");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user