remove tracking params when sharing

This commit is contained in:
Thomas 2020-04-18 18:32:56 +02:00
parent c8471ce610
commit 6722230515
1 changed files with 2 additions and 0 deletions

View File

@ -607,6 +607,8 @@ public class TransformActivity extends Activity {
};
thread.start();
return;
}else {
newUrl = remove_tracking_param(url);
}
if (newUrl != null) {
extraText = extraText.replaceAll(Pattern.quote(url), Matcher.quoteReplacement(newUrl));