You've already forked CC-Framework.Commercialization
release: 1.0.13
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user