From ba9d26c3337bfccd2eb536f3b7e9a7624e0aef30 Mon Sep 17 00:00:00 2001 From: Sujal-Gupta-SG Date: Thu, 23 Jan 2025 21:22:29 +0530 Subject: [PATCH] fixed --- .../commons/contributions/ContributionBoundaryCallback.kt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/src/main/java/fr/free/nrw/commons/contributions/ContributionBoundaryCallback.kt b/app/src/main/java/fr/free/nrw/commons/contributions/ContributionBoundaryCallback.kt index 4b1deef11..52be55552 100644 --- a/app/src/main/java/fr/free/nrw/commons/contributions/ContributionBoundaryCallback.kt +++ b/app/src/main/java/fr/free/nrw/commons/contributions/ContributionBoundaryCallback.kt @@ -59,13 +59,6 @@ class ContributionBoundaryCallback } fetchContributions(onRefreshFinish) } - /** - * Public method to fetch contributions, which internally calls the private fetchContributions(). - */ - fun fetchContributionsPublic(onRefreshFinish: () -> Unit = {}) { - fetchContributions(onRefreshFinish) - } - /** * Fetches contributions using the MediaWiki API *