update: 调整合并方法,转为统一的工具类

Signed-off-by: huyufei <yufei.hu@castbox.fm>
hotfix/v1.0.12.2
胡宇飞 2024-06-03 09:58:40 +08:00
parent b1ee76ef0e
commit 9ec1038a00
1 changed files with 1 additions and 7 deletions

View File

@ -224,13 +224,7 @@ namespace Guru
} }
Dictionary<string, object> dict = new Dictionary<string, object>(); Dictionary<string, object> dict = new Dictionary<string, object>();
if (extras != null) GuruSDKUtils.MergeDictionary(dict, extras);
{
foreach (var k in extras.Keys)
{
dict[k] = extras[k];
}
}
if (eventSetting.EnableAdjustAnalytics) if (eventSetting.EnableAdjustAnalytics)
{ {