add missing space
This commit is contained in:
parent
c3d56b1731
commit
5b516aeb09
|
@ -160,7 +160,7 @@ public class Utils {
|
|||
public static int getResId(Context ctx, String resName) {
|
||||
int resourceId = ctx.getResources().getIdentifier(resName, "string", ctx.getPackageName());
|
||||
if (resourceId == 0) {
|
||||
Log.e(TAG, "resource " + resName + "could not be found");
|
||||
Log.e(TAG, "resource " + resName + " could not be found");
|
||||
}
|
||||
return resourceId;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue