mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
hide keyboard on switching to "Other folder"
This commit is contained in:
parent
d7b29aa3f0
commit
343962bfca
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ class PickDirectoryDialog(
|
|||
}
|
||||
|
||||
private fun showOtherFolder() {
|
||||
activity.hideKeyboard(searchEditText)
|
||||
FilePickerDialog(activity, sourcePath, !isPickingCopyMoveDestination && !isPickingFolderForWidget, showHidden, true, true) {
|
||||
activity.handleLockedFolderOpening(it) { success ->
|
||||
if (success) {
|
||||
|
|
Loading…
Reference in a new issue