fix typo when changing the behaviour of get sshkey
This commit is contained in:
parent
e169235d96
commit
e6fc3bb177
1 changed files with 2 additions and 0 deletions
|
@ -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