fix: 修复 iOS 属性报错问题
Signed-off-by: huyufei <yufei.hu@castbox.fm>
parent
702661212f
commit
19160467b1
|
|
@ -224,7 +224,7 @@ namespace Guru
|
|||
public static void SetAttProperty(string status)
|
||||
{
|
||||
Debug.Log($"{TAG} SetAttProperty: {status}");
|
||||
SetUserProperty(PropertyATTStatus, status);
|
||||
SetUserProperty(PropertyAttStatus, status);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue