Skip to content

Commit

Permalink
修复激励视频跳过按钮位置不对的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangruiyu committed Dec 13, 2024
1 parent fa726c7 commit 2e375bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class FlutterUnionadPlugin implements FlutterPlugin, MethodCallHa
.build()

// 初始化SDK
CSJAdSdk.init(this.applicationContext, config) //context类型必须为UIAbility,否则可能存在展示异常场景
CSJAdSdk.init(this.uiAbility?.context, config) //context类型必须为UIAbility,否则可能存在展示异常场景

// 启动SDK
CSJAdSdk.start();
Expand Down

0 comments on commit 2e375bf

Please sign in to comment.