show extra content even if the password is empty

fixes #274
This commit is contained in:
Mohamed Zenadi 2017-03-27 22:57:24 +02:00
parent 824845bf41
commit 8663ee92f8

View file

@ -250,10 +250,6 @@ public class PgpHandler extends AppCompatActivity implements OpenPgpServiceConne
if (findViewById(R.id.crypto_password_show) == null)
return;
if (decodedPassword.isEmpty()) {
return;
}
setTimer();
ClipData clip = ClipData.newPlainText("pgp_handler_result_pm", decodedPassword);