This commit is contained in:
Sujal-Gupta-SG 2025-01-23 21:22:29 +05:30
parent 4db0d3fbdf
commit ba9d26c333

View file

@ -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
*