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
With the latest AppNewsProvider, we get the following message: AssetCacheHelper: please download https://raw.githubusercontent.com/openfoodfacts/smooth-app_assets/refs/heads/main/prod/tagline/android/assets/donation_campaign/fr.svg and put it in asset somewhere like [assets/cache/fr.svg, assets/cacheTintable/fr.svg]
Of course we may cache a file called fr.svg, but that would be dangerous if next time another file would bear the same name but from another folder.
Proposed solution
An alternate cache system that would accept cached filenames like donation_campaign__fr.svg
The text was updated successfully, but these errors were encountered:
Problem
With the latest
AppNewsProvider
, we get the following message:AssetCacheHelper: please download https://raw.githubusercontent.com/openfoodfacts/smooth-app_assets/refs/heads/main/prod/tagline/android/assets/donation_campaign/fr.svg and put it in asset somewhere like [assets/cache/fr.svg, assets/cacheTintable/fr.svg]
Of course we may cache a file called
fr.svg
, but that would be dangerous if next time another file would bear the same name but from another folder.Proposed solution
An alternate cache system that would accept cached filenames like
donation_campaign__fr.svg
The text was updated successfully, but these errors were encountered: