mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-01-31 02:37:16 +01:00
make sure to hide the keyboard before opening settings
This commit is contained in:
parent
40e74cff5a
commit
ed8d46478b
@ -613,8 +613,8 @@ class MainActivity : SimpleActivity() {
|
||||
}
|
||||
|
||||
private fun launchSettings() {
|
||||
closeSearchIfOpen()
|
||||
hideKeyboard()
|
||||
closeSearchIfOpen()
|
||||
startActivity(Intent(applicationContext, SettingsActivity::class.java))
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user