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