-
Notifications
You must be signed in to change notification settings - Fork 494
Open
Description
Description
ionic-team/capacitor#7919 introduces a breaking change. It should be documented
Platforms
- iOS
- Android
- Web
Request or proposed solution
setContentView(R.layout.bridge_layout_main);
is replaced with
setContentView(R.layout.capacitor_bridge_layout_main);
This is actually a breaking change. If someone was to override bridge_layout_main in order to get a custom view as the start view, that would now be broken. For one, I relied on this. Maybe other devs too?
Alternatives
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
No labels