dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.28k stars 1.76k forks source link

Android Crash ImageSource Glyph #26156

Closed eshalisa closed 3 days ago

eshalisa commented 3 days ago

Description

This is a duplicate of #25113 but that conversation is locked and this needs to be revisited as it is happening often for our android users.

Android app crashes (always) on app resume/re-activate when FontImageSource Glyph is used.

[AndroidRuntime] java.lang.IllegalArgumentException: You cannot start a load for a destroyed activity

Steps to Reproduce

Create new MAUI App Add button (add fonts)

Click Android back button - to minimize the app Restart the app Observe crash

Link to public reproduction project repository

No response

Version with bug

8.0.91 SR9.1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

Android

Affected platform versions

Android 14

Did you find any workaround?

No response

Relevant log output

similar-issues-ai[bot] commented 3 days ago

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

jfversluis commented 3 days ago

Duplicate of #12513

eshalisa commented 3 days ago

Is there an updated on https://github.com/dotnet/maui/issues/12513? @jfversluis