parent
824845bf41
commit
8663ee92f8
1 changed files with 0 additions and 4 deletions
|
@ -250,10 +250,6 @@ public class PgpHandler extends AppCompatActivity implements OpenPgpServiceConne
|
||||||
if (findViewById(R.id.crypto_password_show) == null)
|
if (findViewById(R.id.crypto_password_show) == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (decodedPassword.isEmpty()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
setTimer();
|
setTimer();
|
||||||
|
|
||||||
ClipData clip = ClipData.newPlainText("pgp_handler_result_pm", decodedPassword);
|
ClipData clip = ClipData.newPlainText("pgp_handler_result_pm", decodedPassword);
|
||||||
|
|
Loading…
Reference in a new issue