Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FXIOS-6047 - iOS No Longer Asking For Permission To Paste URL #20200

Merged

Commits on May 15, 2024

  1. Implementing UIPasteControl in paste url toast so iOS does not ask us…

    …ers to give paste permission every time app is brought to the foreground and app attemps to read the URL in the clipboard.
    tisumi99 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d0dd113 View commit details
    Browse the repository at this point in the history
  2. Tagging BrowserViewController.shouldDisplay() with `@available(iOS …

    …16.0, *)` instead of using `if #available(iOS 16.0, *)` inside the method.
    tisumi99 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b70babf View commit details
    Browse the repository at this point in the history
  3. Code formatting cleanup.

    tisumi99 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    30a0d13 View commit details
    Browse the repository at this point in the history