release: 1.0.13

This commit is contained in:
2026-04-22 20:58:58 +08:00
parent 957c4e4045
commit b56b47912e
3 changed files with 11 additions and 2 deletions

View File

@@ -131,7 +131,10 @@ namespace Runtime.ADAggregator
this.overHandler?.Kill();
this.overHandler = ADManager.Instance.CreateTimer(0.05f, () =>
{
ADManager.Instance.OnVideoComplete(obj);
if (_adPlayer != null && _adPlayer.ADType == AD_Type.AwardVideo)
{
ADManager.Instance.OnVideoComplete(obj);
}
_callback?.Invoke(obj);
Clear();
});