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() {
|
private fun launchSettings() {
|
||||||
closeSearchIfOpen()
|
|
||||||
hideKeyboard()
|
hideKeyboard()
|
||||||
|
closeSearchIfOpen()
|
||||||
startActivity(Intent(applicationContext, SettingsActivity::class.java))
|
startActivity(Intent(applicationContext, SettingsActivity::class.java))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue