Skip to content

Commit

Permalink
fix: optimize FxxkSomeBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
klxiaoniu committed Aug 28, 2023
1 parent 5991426 commit 0568a89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ object FxxkQQBrowser : BaseSwitchFunctionDecorator(), IStartActivityHookDecorato
customTabsIntent.intent.apply {
putExtra("from_fqb", true)
putExtra(JumpController.EXTRA_JMP_JEFS_PERMISSIVE, true)
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
}
customTabsIntent.launchUrl(hostInfo.application, Uri.parse(url))
param.result = null
Expand Down

0 comments on commit 0568a89

Please sign in to comment.