do not jump to last tab
This commit is contained in:
parent
5fa9d4df62
commit
fe9df4de4e
|
@ -199,7 +199,7 @@ public class MainActivity extends NoSplashAppCompatActivity {
|
|||
} else {
|
||||
try { // activity may be destroyed
|
||||
setupTabs();
|
||||
setupViews(true);
|
||||
setupViews(false);
|
||||
} catch (IllegalStateException e) {
|
||||
log.error("Unhandled exception", e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue