mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
removing a duplicate line
This commit is contained in:
@ -309,8 +309,6 @@ class MainActivity : SimpleActivity() {
|
|||||||
|
|
||||||
private fun setupTabs() {
|
private fun setupTabs() {
|
||||||
view_pager.adapter = null
|
view_pager.adapter = null
|
||||||
main_tabs_holder.removeAllTabs()
|
|
||||||
|
|
||||||
main_tabs_holder.removeAllTabs()
|
main_tabs_holder.removeAllTabs()
|
||||||
tabsList.forEachIndexed { index, value ->
|
tabsList.forEachIndexed { index, value ->
|
||||||
if (config.showTabs and value != 0) {
|
if (config.showTabs and value != 0) {
|
||||||
|
Reference in New Issue
Block a user