Skip to content

fix(android): ProGuard keep getId#1721

Merged
lucasfernog merged 1 commit into
devfrom
fix/keep-get-id
May 4, 2026
Merged

fix(android): ProGuard keep getId#1721
lucasfernog merged 1 commit into
devfrom
fix/keep-get-id

Conversation

@lucasfernog
Copy link
Copy Markdown
Member

@lucasfernog lucasfernog marked this pull request as ready for review May 4, 2026 14:26
@lucasfernog lucasfernog requested a review from a team as a code owner May 4, 2026 14:26
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Package Changes Through be062a0

There are 1 changes which include wry with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
wry 0.55.0 0.56.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog merged commit 3860359 into dev May 4, 2026
24 checks passed
@lucasfernog lucasfernog deleted the fix/keep-get-id branch May 4, 2026 15:12
haex-space pushed a commit to haex-space/haex-vault that referenced this pull request May 6, 2026
wry 0.55.0 was missing a ProGuard keep rule for WryActivity.getId(),
which tao 0.35 calls via JNI on activity creation. R8 minification in
the release APK stripped the Kotlin-generated getter, causing a
JavaException panic ("called Result::unwrap() on an Err value:
JavaException" in tao/.../ndk_glue.rs:393) immediately on app start.

Fixed upstream in tauri-apps/wry#1721, released as wry 0.55.1.
chriscraws pushed a commit to chriscraws/wry that referenced this pull request May 13, 2026
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.

[bug] panic in tao 0.35.0 on Samsung A9+ Android Tablet

2 participants