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

Fix ConnectionInfo DataStore initialised again #87

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

Chrylo
Copy link
Contributor

@Chrylo Chrylo commented Feb 27, 2024

If the activity is killed via swipe back and recreated the ConnectionInfoRepository is also recreated resulting into a crash.

close #81

Chrylo and others added 2 commits February 27, 2024 17:15
If the activity is killed via swipe back and recreated the
ConnectionInfoRepository is also recreated resulting into a crash.

close eclipse-kuksa#81
Copy link
Contributor

@wba2hi wba2hi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue is reproducible on Google Pixel 8 Pro, Android 14 - can not reproduce it with Google Pixel 3, Android 12.

After applying the fix, the issue no longer appears.

=> LGTM

@wba2hi wba2hi merged commit 4a04367 into eclipse-kuksa:main Feb 28, 2024
5 checks passed
@wba2hi wba2hi deleted the fix-81 branch February 28, 2024 08:21
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.

IllegalStateException: There are multiple DataStores active for the same file
2 participants