Skip to content

Commit b9cd0b1

Browse files
author
zhusiliang
committed
feature:
1.playCallback 缺省 commit info:
1 parent fdc3267 commit b9cd0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/opensource/svgaplayer/SVGAParser.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class SVGAParser(context: Context?) {
285285
cacheKey: String,
286286
callback: ParseCompletion?,
287287
closeInputStream: Boolean = false,
288-
playCallback: PlayCallback?
288+
playCallback: PlayCallback?=null
289289
) {
290290
if (mContext == null) {
291291
LogUtils.error(TAG, "在配置 SVGAParser context 前, 无法解析 SVGA 文件。")

0 commit comments

Comments
 (0)