mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-05 20:37:10 +01:00
fix #483, adding some search improvements, do not reset it that often
This commit is contained in:
parent
da0bfb9063
commit
1a478dcfee
@ -170,7 +170,6 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
|
||||
isFirstResume = false
|
||||
checkShortcuts()
|
||||
invalidateOptionsMenu()
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
@ -178,11 +177,6 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
storeStateVariables()
|
||||
}
|
||||
|
||||
override fun onStop() {
|
||||
super.onStop()
|
||||
searchMenuItem?.collapseActionView()
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
super.onDestroy()
|
||||
config.lastUsedViewPagerPage = viewpager.currentItem
|
||||
|
Loading…
Reference in New Issue
Block a user