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
Kaluga loads resources on android thanks to the getIdentifier helper method which instead of taking an Int, it takes a string which is the name of the resource.
Probably this was done because iOS takes by default a string as well, so for the sake of consistency that android API was being used.
This seems to be an issue when using Composable previews that are not able to load the resources.
To Reproduce
Steps to reproduce the behavior:
Create a Composable preview
Something calls getIdentifier
Preview won't load
The text was updated successfully, but these errors were encountered:
Describe the bug
Kaluga loads resources on android thanks to the
getIdentifier
helper method which instead of taking anInt
, it takes a string which is the name of the resource.Probably this was done because iOS takes by default a string as well, so for the sake of consistency that android API was being used.
This seems to be an issue when using Composable previews that are not able to load the resources.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: