mirror of
https://github.com/mastodon/mastodon-android.git
synced 2025-01-28 17:39:21 +01:00
Pass referrer when opening URLs in web browser
This commit is contained in:
parent
f4ca4ffc3e
commit
efe886adb7
@ -153,6 +153,7 @@ public class UiUtils{
|
||||
}
|
||||
intent.setComponent(browserActivity);
|
||||
}
|
||||
intent.putExtra(Intent.EXTRA_REFERRER, Uri.parse("android-app://"+context.getPackageName()));
|
||||
context.startActivity(intent);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user