mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-26 19:12:04 +02:00
discard parent_path and use only file_path as before
This commit is contained in:
parent
fc260a6924
commit
8019d8981c
|
|
@ -472,7 +472,7 @@ public class PasswordStore extends AppCompatActivity {
|
|||
Log.i("PWDSTR", "Adding file to : " + currentDir.getAbsolutePath());
|
||||
|
||||
Intent intent = new Intent(this, PgpActivity.class);
|
||||
intent.putExtra("PARENT_PATH", getCurrentDir().getAbsolutePath());
|
||||
intent.putExtra("FILE_PATH", getCurrentDir().getAbsolutePath());
|
||||
intent.putExtra("REPO_PATH", PasswordRepository.getRepositoryDirectory(getApplicationContext()).getAbsolutePath());
|
||||
intent.putExtra("OPERATION", "ENCRYPT");
|
||||
startActivityForResult(intent, REQUEST_CODE_ENCRYPT);
|
||||
|
|
|
|||
Loading…
Reference in a new issue