mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
parent
824845bf41
commit
8663ee92f8
@ -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…
x
Reference in New Issue
Block a user