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

feat(android): add onConfigurationChanged() activity lifecycle hook #3936

Merged
merged 3 commits into from
Dec 11, 2020

Conversation

imhoffd
Copy link
Contributor

@imhoffd imhoffd commented Dec 11, 2020

Called whenever one of the configurations in android:configChanges changes.

ref: https://developer.android.com/guide/topics/resources/runtime-changes#HandlingTheChange

resolves #3535

carlpoole and others added 2 commits December 10, 2020 18:30
…ged #3535

Conflicts:
	android/capacitor/src/main/java/com/getcapacitor/Bridge.java
	android/capacitor/src/main/java/com/getcapacitor/BridgeActivity.java
@imhoffd imhoffd merged commit 29e9e2c into main Dec 11, 2020
@imhoffd imhoffd deleted the on-configuration-changed branch December 11, 2020 22:30
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.

feat: Add onConfigurationChanged() handling to the Android capacitor plugin infrastructure
2 participants