Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fix #3293 Feed request URL to session observer from different engines #3314

Merged

Conversation

jhugman
Copy link
Contributor

@jhugman jhugman commented Jun 7, 2019

This allows the slack:// (and other custom schemes).

Fixes #3293.

Pull Request checklist

  • Quality: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended)
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • [ ] Changelog: This PR includes a changelog entry or does not need one
  • [ ] Accessibility: The code in this PR follows accessibility best practices or does not include any user facing features

@jhugman jhugman requested a review from a team as a code owner June 7, 2019 14:51
@jhugman jhugman self-assigned this Jun 7, 2019
@jhugman jhugman force-pushed the jhugman/3293-session-observer-sees-custom-scheme-urls branch from 1077df7 to 752419f Compare June 7, 2019 15:13
fun onLoadRequest(session: Session, triggeredByRedirect: Boolean, triggeredByWebContent: Boolean) = Unit
fun onLoadRequest(
session: Session,
url: String,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think this is a breaking change, should it be added to the log change file?

This allows the slack:// (and other custom schemes).
@jhugman jhugman force-pushed the jhugman/3293-session-observer-sees-custom-scheme-urls branch from 752419f to 4d2e5dc Compare June 7, 2019 16:00
@jhugman jhugman merged commit 6970229 into master Jun 7, 2019
@jhugman jhugman deleted the jhugman/3293-session-observer-sees-custom-scheme-urls branch June 7, 2019 17:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] App links - custom scheme URLs not reaching the SessionObserver
2 participants