mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-26 02:27:42 +02:00
fix typo when changing the behaviour of get sshkey
This commit is contained in:
parent
e169235d96
commit
e6fc3bb177
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue