File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/org/wikipedia/readinglist Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import org.wikipedia.util.log.L
2525object ReadingListsShareHelper {
2626
2727 const val API_MAX_SIZE = 50
28+ const val PROVENANCE_PARAM = " rlsa1"
2829
2930 fun shareEnabled (): Boolean {
3031 return ReleaseUtil .isPreBetaRelease ||
@@ -57,7 +58,7 @@ object ReadingListsShareHelper {
5758 }
5859
5960 val param = readingListToUrlParam(readingList, wikiPageIdsMap)
60- val url = WikipediaApp .instance.wikiSite.url() + " /wiki/Special:ReadingLists?limport=$param "
61+ val url = WikipediaApp .instance.wikiSite.url() + " /wiki/Special:ReadingLists?limport=$param &wprov= $PROVENANCE_PARAM "
6162
6263 val finalUrl = if (Prefs .useUrlShortenerForSharing) ServiceFactory .get(WikipediaApp .instance.wikiSite).shortenUrl(url).shortenUrl?.shortUrl.orEmpty() else url
6364
You can’t perform that action at this time.
0 commit comments