mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
data not needed
This commit is contained in:
parent
1579a6347e
commit
4fadd0f81f
@ -156,10 +156,7 @@ public class PasswordStore extends Activity implements ToCloneOrNot.OnFragmentI
|
||||
checkLocalRepository(item.getFile());
|
||||
} else {
|
||||
try {
|
||||
byte[] data = new byte[0];
|
||||
try {
|
||||
data = FileUtils.readFileToByteArray(item.getFile());
|
||||
|
||||
Intent intent = new Intent(this, PgpHandler.class);
|
||||
intent.putExtra("PGP-ID", FileUtils.readFileToString(PasswordRepository.getFile("/.gpg-id")));
|
||||
intent.putExtra("NAME", item.getName());
|
||||
|
Loading…
x
Reference in New Issue
Block a user