Is should be ``` return resources.getString(resId,...
# android
v
Is should be
Copy code
return resources.getString(resId, *formatArgs)
👍 1