mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-17 03:51:03 +01:00
fix #442, close search at opening a contact
This commit is contained in:
parent
588c067caf
commit
6249e94a1a
@ -165,6 +165,11 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
storeStateVariables()
|
||||
}
|
||||
|
||||
override fun onStop() {
|
||||
super.onStop()
|
||||
searchMenuItem?.collapseActionView()
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
super.onDestroy()
|
||||
config.lastUsedViewPagerPage = viewpager.currentItem
|
||||
|
Loading…
x
Reference in New Issue
Block a user