mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
fix #1705, hide the keyboard at clicking path on Save As dialog
This commit is contained in:
@@ -33,6 +33,7 @@ class SaveAsDialog(val activity: BaseSimpleActivity, val path: String, val appen
|
|||||||
|
|
||||||
save_as_name.setText(name)
|
save_as_name.setText(name)
|
||||||
save_as_path.setOnClickListener {
|
save_as_path.setOnClickListener {
|
||||||
|
activity.hideKeyboard(save_as_path)
|
||||||
FilePickerDialog(activity, realPath, false, false, true, true) {
|
FilePickerDialog(activity, realPath, false, false, true, true) {
|
||||||
save_as_path.text = activity.humanizePath(it)
|
save_as_path.text = activity.humanizePath(it)
|
||||||
realPath = it
|
realPath = it
|
||||||
|
Reference in New Issue
Block a user