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

[v0.6.0-rc1] Android: crash on navigation to Send view #765

Closed
kaloudis opened this issue Feb 6, 2022 · 2 comments
Closed

[v0.6.0-rc1] Android: crash on navigation to Send view #765

kaloudis opened this issue Feb 6, 2022 · 2 comments
Labels
Android Android issues Bug Something isn't working

Comments

@kaloudis
Copy link
Contributor

kaloudis commented Feb 6, 2022

from the Android runtime crash:

java.lang.IllegalArgumentException: app.zeusln.zeus: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
02-05 19:20:21.482 11162 11199 E AndroidRuntime: Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.

Extra info:
https://stackoverflow.com/questions/68228666/targeting-s-version-10000-and-above-requires-that-one-of-flag-immutable-or-fl

@kaloudis
Copy link
Contributor Author

kaloudis commented Feb 6, 2022

Fixed with #766

@Bosch-0 Bosch-0 added Android Android issues Bug Something isn't working labels Feb 7, 2022
@kaloudis
Copy link
Contributor Author

kaloudis commented Feb 8, 2022

Fixed in v0.6.0-rc2

@kaloudis kaloudis closed this as completed Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Android issues Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants