Skip to content

Commit ed8d464

Browse files
committed
make sure to hide the keyboard before opening settings
1 parent 40e74cf commit ed8d464

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,8 @@ class MainActivity : SimpleActivity() {
613613
}
614614

615615
private fun launchSettings() {
616-
closeSearchIfOpen()
617616
hideKeyboard()
617+
closeSearchIfOpen()
618618
startActivity(Intent(applicationContext, SettingsActivity::class.java))
619619
}
620620

0 commit comments

Comments
 (0)