mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +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)
|
||||
return;
|
||||
|
||||
if (decodedPassword.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
setTimer();
|
||||
|
||||
ClipData clip = ClipData.newPlainText("pgp_handler_result_pm", decodedPassword);
|
||||
|
Loading…
x
Reference in New Issue
Block a user