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 {
|
} else {
|
||||||
try { // activity may be destroyed
|
try { // activity may be destroyed
|
||||||
setupTabs();
|
setupTabs();
|
||||||
setupViews(true);
|
setupViews(false);
|
||||||
} catch (IllegalStateException e) {
|
} catch (IllegalStateException e) {
|
||||||
log.error("Unhandled exception", e);
|
log.error("Unhandled exception", e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue