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

Intent persists after screen rotate, relaunching fragment. #6

Closed
czlucius opened this issue Jun 9, 2021 · 0 comments
Closed

Intent persists after screen rotate, relaunching fragment. #6

czlucius opened this issue Jun 9, 2021 · 0 comments

Comments

@czlucius
Copy link
Owner

czlucius commented Jun 9, 2021

When an intent is shared with the app (images, text), the intent persists throughout the lifecycle of the app, hence relaunching the action on every screen rotate.

Video of the bug:

video_2021-06-09_13-07-14.mp4

This bug is caused by setIntent not properly clearing the intent, hence the activity uses the intent in the next launch.

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

No branches or pull requests

1 participant