mirror of
				https://github.com/SimpleMobileTools/Simple-App-Launcher.git
				synced 2025-06-05 21:49:21 +02:00 
			
		
		
		
	open the keyboard at showing the edit dialog
This commit is contained in:
		| @@ -84,6 +84,7 @@ class RecyclerAdapter(val act: Activity, val launchers: List<AppLauncher>, val i | |||||||
|         builder.setNegativeButton(R.string.cancel, null) |         builder.setNegativeButton(R.string.cancel, null) | ||||||
|  |  | ||||||
|         val alertDialog = builder.create() |         val alertDialog = builder.create() | ||||||
|  |         alertDialog.window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE) | ||||||
|         alertDialog.show() |         alertDialog.show() | ||||||
|         alertDialog.getButton(AlertDialog.BUTTON_POSITIVE).setOnClickListener { |         alertDialog.getButton(AlertDialog.BUTTON_POSITIVE).setOnClickListener { | ||||||
|             val newName = editView.edit_launcher_edittext.text.toString().trim() |             val newName = editView.edit_launcher_edittext.text.toString().trim() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user