We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e74cf commit ed8d464Copy full SHA for ed8d464
1 file changed
app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt
@@ -613,8 +613,8 @@ class MainActivity : SimpleActivity() {
613
}
614
615
private fun launchSettings() {
616
- closeSearchIfOpen()
617
hideKeyboard()
+ closeSearchIfOpen()
618
startActivity(Intent(applicationContext, SettingsActivity::class.java))
619
620
0 commit comments