update: 修复部分接口

deeplink
胡宇飞 2024-04-17 21:13:36 +08:00
parent 019869253c
commit caffa7f5fe
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ namespace Guru
if (_isBannerSetToShow)
{
_isBannerSetToShow = false;
ShowBanner();
if(!IsBannerVisible) ShowBanner();
}
}
}

View File

@ -89,7 +89,7 @@ namespace Guru
FirebaseAnalytics.SetSessionTimeoutDuration(new TimeSpan(0, 30, 0));
SetUserProperty(FirebaseAnalytics.UserPropertySignUpMethod, "Google");
SetUserProperty(PropertyDeviceID, IPMConfig.IPM_DEVICE_ID);
SetUserProperty(PropertyFirstOpenTime, FirstOpenTime);
// SetUserProperty(PropertyFirstOpenTime, FirstOpenTime);
}
}
}