You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After setting up Fluent icons an exception is raised at startup:
java.lang.RuntimeException: Font asset not found /data/user/0/com.companyname.mauiapp28/cache/Fluent_Icons_Regular.ttf
at android.graphics.Typeface.createFromAsset(Typeface.java:1061)
even if the icons are correctly displayed.
To Reproduce
Steps to reproduce the behavior:
Create a brand new MAUI project
Setup Fluent Maui Icons
Show an icon on the page
An internal exception is raised
Expected behavior
No exception should be raised
Screenshots
Desktop and Smartphone (please complete the following information):
OS: Android
Version API 34
Additional context
Attached sample project the reproduce the issue MauiApp28.zip
The text was updated successfully, but these errors were encountered:
I am seeing this issue too. Will this prevent my app from passing the Play Store verification process?
Unfortunately, This issue has to do with Maui as far as My Testing, We should probably need to wait for fix on Maui Side of things. Additionally I don't think Google Play Store would Flag and Prevent you from publishing a new build
Describe the bug
After setting up Fluent icons an exception is raised at startup:
java.lang.RuntimeException: Font asset not found /data/user/0/com.companyname.mauiapp28/cache/Fluent_Icons_Regular.ttf
at android.graphics.Typeface.createFromAsset(Typeface.java:1061)
even if the icons are correctly displayed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No exception should be raised
Screenshots
Desktop and Smartphone (please complete the following information):
Additional context
Attached sample project the reproduce the issue
MauiApp28.zip
The text was updated successfully, but these errors were encountered: