Skip to content

Remove redundant webView setting calls#183

Open
adglkh wants to merge 1 commit intocanonical:mainfrom
adglkh:minor_cleanup
Open

Remove redundant webView setting calls#183
adglkh wants to merge 1 commit intocanonical:mainfrom
adglkh:minor_cleanup

Conversation

@adglkh
Copy link
Contributor

@adglkh adglkh commented Feb 12, 2026

Done

The setAllowUniversalAccessFromFileURLs method was being called
twice during WebView setup. This change drops the duplicate call to avoid
repetition.

QA

Ensure CI passed and the following APK works as intended after manual test

  • webview_streaming
  • enhanced_webview

JIRA / Launchpad bug

Fixes #

Documentation

Does this impact the team's internal or public documentation? If yes, has the relevant documentation been updated?
A: no, it doesn't

The `setAllowUniversalAccessFromFileURLs` method was being called
twice during WebView setup. This change drops the duplicate call
to avoid repetition.
@adglkh adglkh requested a review from a team as a code owner February 12, 2026 04:44
Copy link
Contributor

@ajanon ajanon left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants