Fix recreation of activity and improve filter menu visibility
This commit is contained in:
Tibor Kaputa 2022-11-18 18:26:23 +01:00 committed by GitHub
commit d441e50966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
if (storedShowTabs != config.showTabs) {
config.lastUsedViewPagerPage = 0
System.exit(0)
finish()
startActivity(intent)
return
}