fix #1705, hide the keyboard at clicking path on Save As dialog
This commit is contained in:
parent
d980dc12bd
commit
3185e3eea9
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class SaveAsDialog(val activity: BaseSimpleActivity, val path: String, val appen
|
|||
|
||||
save_as_name.setText(name)
|
||||
save_as_path.setOnClickListener {
|
||||
activity.hideKeyboard(save_as_path)
|
||||
FilePickerDialog(activity, realPath, false, false, true, true) {
|
||||
save_as_path.text = activity.humanizePath(it)
|
||||
realPath = it
|
||||
|
|
Loading…
Reference in a new issue