data not needed
This commit is contained in:
parent
1579a6347e
commit
4fadd0f81f
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue