fix search, do not reset it at opening an item

This commit is contained in:
tibbi 2020-06-07 15:44:35 +02:00
parent b4b282a333
commit 94a265a6b0
1 changed files with 4 additions and 14 deletions

View File

@ -70,16 +70,6 @@ class MainActivity : SimpleActivity() {
}
}
override fun onResume() {
super.onResume()
invalidateOptionsMenu()
}
override fun onStop() {
super.onStop()
searchMenuItem?.collapseActionView()
}
override fun onDestroy() {
super.onDestroy()
config.temporarilyShowHidden = false