fix: 修复 iOS 属性报错问题

Signed-off-by: huyufei <yufei.hu@castbox.fm>
胡宇飞 2024-08-07 15:16:41 +08:00
parent 702661212f
commit 19160467b1
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ namespace Guru
public static void SetAttProperty(string status)
{
Debug.Log($"{TAG} SetAttProperty: {status}");
SetUserProperty(PropertyATTStatus, status);
SetUserProperty(PropertyAttStatus, status);
}
#endif