Description
ionic-team/capacitor#7919 introduces a breaking change. It should be documented
Platforms
Request or proposed solution
In ionic-team/capacitor#7919
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
Description
ionic-team/capacitor#7919 introduces a breaking change. It should be documented
Platforms
Request or proposed solution
In ionic-team/capacitor#7919
is replaced with
This is actually a breaking change. If someone was to override
bridge_layout_mainin 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