Changes after review
This commit is contained in:
parent
7044c8a291
commit
9161642b73
1 changed files with 2 additions and 1 deletions
|
|
@ -107,7 +107,8 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||||
|
|
||||||
if (storedShowTabs != config.showTabs) {
|
if (storedShowTabs != config.showTabs) {
|
||||||
config.lastUsedViewPagerPage = 0
|
config.lastUsedViewPagerPage = 0
|
||||||
setupTabs()
|
finish()
|
||||||
|
startActivity(intent)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue