Commit 78b1a420 authored by jyx's avatar jyx

代码优化

parent 698de6d3
...@@ -158,6 +158,9 @@ public final class CoralDownload { ...@@ -158,6 +158,9 @@ public final class CoralDownload {
*/ */
@Override @Override
public boolean onAdClicked(@Nullable CoralAD ad) { public boolean onAdClicked(@Nullable CoralAD ad) {
if (mOnAdLoadListener != null) {
mOnAdLoadListener.onSDKDownloadStart();
}
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment