Skip to content

fix(share_plus): Do not do I/O operations on the main thread on Android#3931

Merged
vbuberen merged 1 commit into
mainfrom
fix/share_plus_main_thread
Jul 18, 2026
Merged

fix(share_plus): Do not do I/O operations on the main thread on Android#3931
vbuberen merged 1 commit into
mainfrom
fix/share_plus_main_thread

Conversation

@vbuberen

Copy link
Copy Markdown
Collaborator

Description

Fix for the long existing issue with doing I/O on the main thread which leads to ANRs and StrictMode violations.

Related Issues

Fixes #3770
Fixes #3925
Fixes #2398

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • No, this is not a breaking change.

@vbuberen vbuberen added the share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin label Jul 18, 2026
@vbuberen vbuberen changed the title fix(share_plus): Do I/O operations on correct thread fix(share_plus): Do not do I/O operations on the main thread on Android Jul 18, 2026
@vbuberen
vbuberen merged commit 2c5b493 into main Jul 18, 2026
16 of 22 checks passed
@vbuberen
vbuberen deleted the fix/share_plus_main_thread branch July 18, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: share_plus performs disk writes on main thread in Android implementation [Bug]: share_plus does file I/O on the main thread

1 participant