felipecsl/GifImageView

Call advance() before the first getNextFrame()

grebulon opened this issue · 1 comments

You have to call gifDecoder.advance() BEFORE the first call to getNextFrame(), because framePointer is initialized to -1. The way it's implemented now, the first bitmap is always null.

Fixed in v 2.0.0