From 14eb8c63581a7d928424c40fd652d203d54f4ed5 Mon Sep 17 00:00:00 2001 From: Zihan Pan Date: Tue, 22 Oct 2024 12:51:33 +1100 Subject: [PATCH] Remove redundent lines --- .../free/nrw/commons/upload/categories/CategoriesPresenter.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 + }