Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: Restore audio prepare block.
Browse files Browse the repository at this point in the history
  • Loading branch information
PonyCui committed Jul 5, 2019
1 parent f37722f commit 193c7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/java/com/opensource/svgaplayer/SVGAParser.kt
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ class SVGAParser(private val context: Context) {
else {
inflate(bytes)?.let {
val videoItem = SVGAVideoEntity(MovieEntity.ADAPTER.decode(it), File(cacheKey))
// videoItem.prepare {
videoItem.prepare {
this.invokeCompleteCallback(videoItem, callback)
// }
}
}
}
}
Expand Down

0 comments on commit 193c7d9

Please sign in to comment.