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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
[severity:It bothers me. A fix would be nice]
Recently we have noticed "Font not found exception" happening randomly.
This issue is happening on android devices and seems to be not specific to device or android version and dont have any specific scenario, it happens randomly.
Below are the stack traces found.
GroupableItemsViewAdapter_2.onBindViewHolder
GroupableItemsViewAdapter_2.java, line 47
Java.Lang.RuntimeException: Font asset not found /data/user/0/com.packagenamemodified/cache/Barlow-SemiBold.ttf
crc643f46942d9dd1fff9.ShellContentFragment.onCreateView
ShellContentFragment.java, line 69
Java.Lang.RuntimeException: Font not found /data/user/0/com.packagenamemodified/cache/Lora-Bold.ttf
I'm working on putting together a repro. Appears to be for devices with low available storage the OS can clear the cache folder at any time. The Xamarin code doesn't handle this, as it caches a bunch of font file names and assumes they'll be available for the lifetime of the app.
This issue has been moved from a ticket on Developer Community.
[severity:It bothers me. A fix would be nice]
Recently we have noticed "Font not found exception" happening randomly.
This issue is happening on android devices and seems to be not specific to device or android version and dont have any specific scenario, it happens randomly.
Below are the stack traces found.
GroupableItemsViewAdapter_2.onBindViewHolder
GroupableItemsViewAdapter_2.java, line 47
Java.Lang.RuntimeException: Font asset not found /data/user/0/com.packagenamemodified/cache/Barlow-SemiBold.ttf
Stacktrace:
crc643f46942d9dd1fff9.ShellContentFragment.onCreateView
ShellContentFragment.java, line 69
Java.Lang.RuntimeException: Font not found /data/user/0/com.packagenamemodified/cache/Lora-Bold.ttf
Version info:
Original Comments
Feedback Bot on 5/23/2022, 08:00 PM:
(private comment, text removed)
Rajesh Uragonda on 5/25/2022, 08:35 AM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: