mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-20 00:35:47 +01:00
Fix external apps opening in Signals task.
This commit is contained in:
committed by
Cody Henthorne
parent
4e16ccf2ad
commit
faa7c4b8bb
@@ -14,6 +14,7 @@ fun Intent.encourageNewBrowserTab(): Intent {
|
||||
return apply {
|
||||
putExtra(Browser.EXTRA_APPLICATION_ID, UUID.randomUUID().toString())
|
||||
putExtra(Browser.EXTRA_CREATE_NEW_TAB, true)
|
||||
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user