removing a redundant line

This commit is contained in:
tibbi
2020-10-27 23:24:32 +01:00
parent e76c7d9733
commit cf98cf202d

View File

@@ -298,7 +298,6 @@ class MainActivity : SimpleActivity() {
}
if (viewpager.adapter == null) {
viewpager.offscreenPageLimit = tabsList.size - 1
viewpager.adapter = ViewPagerAdapter(this)
viewpager.currentItem = getDefaultTab()
}