AndroidUtilCode icon indicating copy to clipboard operation
AndroidUtilCode copied to clipboard

getString方法bug

Open qwer2y opened this issue 3 years ago • 0 comments

描述 Bug

StringUtils.getString(@StringRes int id, Object... formatArgs) 这个方法会把获取第二个参数的地址,而不是值。 换成系统的format方法就没有问题

  • AndroidUtilCode 的版本:1.31.0
  • 出现 Bug 的设备型号:Google pixel 2
  • 设备的 Android 版本:API 30

qwer2y avatar Aug 03 '22 03:08 qwer2y