We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc3267 commit b9cd0b1Copy full SHA for b9cd0b1
library/src/main/java/com/opensource/svgaplayer/SVGAParser.kt
@@ -285,7 +285,7 @@ class SVGAParser(context: Context?) {
285
cacheKey: String,
286
callback: ParseCompletion?,
287
closeInputStream: Boolean = false,
288
- playCallback: PlayCallback?
+ playCallback: PlayCallback?=null
289
) {
290
if (mContext == null) {
291
LogUtils.error(TAG, "在配置 SVGAParser context 前, 无法解析 SVGA 文件。")
0 commit comments