diff --git a/app/src/main/java/fr/free/nrw/commons/upload/categories/CategoriesPresenter.kt b/app/src/main/java/fr/free/nrw/commons/upload/categories/CategoriesPresenter.kt index 92063d7cc..a0f5a5113 100644 --- a/app/src/main/java/fr/free/nrw/commons/upload/categories/CategoriesPresenter.kt +++ b/app/src/main/java/fr/free/nrw/commons/upload/categories/CategoriesPresenter.kt @@ -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), ) } - } \ No newline at end of file + }