mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
Fix some APNGs not playing in new renderer.
This commit is contained in:
@@ -69,7 +69,7 @@ class ApngDecoder private constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Skip over data + CRC for chunks we don't care about
|
// Skip over data + CRC for chunks we don't care about
|
||||||
inputStream.skip(length.toLong() + 4)
|
inputStream.skipNBytesOrThrow(length.toLong() + 4)
|
||||||
}
|
}
|
||||||
} catch (e: EOFException) {
|
} catch (e: EOFException) {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user