mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix typo when changing the behaviour of get sshkey
This commit is contained in:
@@ -379,6 +379,8 @@ public class UserPreference extends AppCompatActivity {
|
||||
i.putExtra(FilePickerActivity.EXTRA_MODE, FilePickerActivity.MODE_FILE);
|
||||
|
||||
i.putExtra(FilePickerActivity.EXTRA_START_PATH, Environment.getExternalStorageDirectory().getPath());
|
||||
|
||||
startActivityForResult(i, IMPORT_SSH_KEY);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user