removing a duplicate line

This commit is contained in:
tibbi 2022-06-24 20:41:47 +02:00
parent 6d66808753
commit 8c4a78e298
1 changed files with 0 additions and 2 deletions

View File

@ -309,8 +309,6 @@ class MainActivity : SimpleActivity() {
private fun setupTabs() {
view_pager.adapter = null
main_tabs_holder.removeAllTabs()
main_tabs_holder.removeAllTabs()
tabsList.forEachIndexed { index, value ->
if (config.showTabs and value != 0) {