Skip to content

Commit fd0a31e

Browse files
author
PonyCui
committed
fix: Restore audio prepare block.
1 parent 4031aac commit fd0a31e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ class SVGAParser(private val context: Context) {
131131
else {
132132
inflate(bytes)?.let {
133133
val videoItem = SVGAVideoEntity(MovieEntity.ADAPTER.decode(it), File(cacheKey))
134-
// videoItem.prepare {
134+
videoItem.prepare {
135135
this.invokeCompleteCallback(videoItem, callback)
136-
// }
136+
}
137137
}
138138
}
139139
}

0 commit comments

Comments
 (0)