Skip to content

fix: Remove res folder #345

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

Merged
merged 1 commit into from
Mar 17, 2025
Merged

fix: Remove res folder #345

merged 1 commit into from
Mar 17, 2025

Conversation

jcesarmobile
Copy link
Contributor

this plugin is causing issues on Capacitor 7.1.0 apps, preventing the new adjustMarginsForEdgeToEdge config from working because of the plugin having the unused android/src/main/res/layout/bridge_layout_main.xml file, which is making Capacitor load that layout instead of Capacitor's one since they both have the same name.

Removed the whole res folder since none of the files is being used and newer Capacitor plugins no longer ship that folder (it hasn't since 2020)

@distante distante merged commit c72d102 into master Mar 17, 2025
10 checks passed
@distante distante deleted the remove-res branch March 17, 2025 16:14
@distante
Copy link
Contributor

Thank you!

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