mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
fix for exiting searchBar
This commit is contained in:
parent
6a2364d5bc
commit
0c44abee90
@ -184,6 +184,11 @@ class MainActivity : AppCompatActivity() {
|
||||
return true
|
||||
}
|
||||
})
|
||||
|
||||
searchView.setOnCloseListener {
|
||||
onBackPressed()
|
||||
true
|
||||
}
|
||||
return super.onCreateOptionsMenu(menu)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user