mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
discard parent_path and use only file_path as before
This commit is contained in:
committed by
Mohamed Zenadi
parent
fc260a6924
commit
8019d8981c
@@ -472,7 +472,7 @@ public class PasswordStore extends AppCompatActivity {
|
|||||||
Log.i("PWDSTR", "Adding file to : " + currentDir.getAbsolutePath());
|
Log.i("PWDSTR", "Adding file to : " + currentDir.getAbsolutePath());
|
||||||
|
|
||||||
Intent intent = new Intent(this, PgpActivity.class);
|
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("REPO_PATH", PasswordRepository.getRepositoryDirectory(getApplicationContext()).getAbsolutePath());
|
||||||
intent.putExtra("OPERATION", "ENCRYPT");
|
intent.putExtra("OPERATION", "ENCRYPT");
|
||||||
startActivityForResult(intent, REQUEST_CODE_ENCRYPT);
|
startActivityForResult(intent, REQUEST_CODE_ENCRYPT);
|
||||||
|
Reference in New Issue
Block a user