mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-10 20:33:26 +01:00
do not show the keyboard at Save as dialog
This commit is contained in:
parent
f202808552
commit
3d77834487
@ -2,7 +2,6 @@ package com.simplemobiletools.gallery.dialogs
|
||||
|
||||
import android.support.v7.app.AlertDialog
|
||||
import android.view.LayoutInflater
|
||||
import android.view.WindowManager
|
||||
import com.simplemobiletools.commons.dialogs.FilePickerDialog
|
||||
import com.simplemobiletools.commons.extensions.*
|
||||
import com.simplemobiletools.gallery.R
|
||||
@ -40,7 +39,6 @@ class SaveAsDialog(val activity: SimpleActivity, val path: String, val callback:
|
||||
.setPositiveButton(R.string.ok, null)
|
||||
.setNegativeButton(R.string.cancel, null)
|
||||
.create().apply {
|
||||
window!!.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE)
|
||||
activity.setupDialogStuff(view, this, R.string.save_as)
|
||||
getButton(AlertDialog.BUTTON_POSITIVE).setOnClickListener({
|
||||
val filename = view.file_name.value
|
||||
|
Loading…
Reference in New Issue
Block a user