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