Remove redundent lines

This commit is contained in:
Zihan Pan 2024-10-22 12:51:33 +11:00 committed by GitHub
parent 75ec41bdb5
commit 14eb8c6358
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,8 +81,6 @@ class CategoriesPresenter
},
),
)
//isInitialLoad = false
}
private var isInitialLoad = true //avoid initial empty content of edittext lead to showError
@ -326,4 +324,4 @@ class CategoriesPresenter
.subscribe(::selectNewCategories),
)
}
}
}