mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-01 02:57:27 +01:00
open keyboard by default at launching the ExportMessagesDialog
This commit is contained in:
parent
5476baa25a
commit
84fdbdf28a
@ -45,6 +45,7 @@ class ExportMessagesDialog(
|
|||||||
.setNegativeButton(R.string.cancel, null)
|
.setNegativeButton(R.string.cancel, null)
|
||||||
.apply {
|
.apply {
|
||||||
activity.setupDialogStuff(view, this, R.string.export_messages) { alertDialog ->
|
activity.setupDialogStuff(view, this, R.string.export_messages) { alertDialog ->
|
||||||
|
alertDialog.showKeyboard(view.export_messages_filename)
|
||||||
alertDialog.getButton(AlertDialog.BUTTON_POSITIVE).setOnClickListener {
|
alertDialog.getButton(AlertDialog.BUTTON_POSITIVE).setOnClickListener {
|
||||||
val filename = view.export_messages_filename.value
|
val filename = view.export_messages_filename.value
|
||||||
when {
|
when {
|
||||||
|
Loading…
Reference in New Issue
Block a user