do not jump to last tab

This commit is contained in:
Milos Kozak 2019-09-23 20:35:49 +02:00
parent 5fa9d4df62
commit fe9df4de4e

View file

@ -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);
} }