SchildiChat-android/matrix-sdk-android/src/main
SpiritCroc 6ba02629ec Fix ChunkEntity.isMoreRecentThan() if both chunks linked to last forward
Imagine scenario:

[this] -> [chunkToCheck] -> [lastForwardChunk]

Then, both `isLastForward` checks will not return, and also the `chunkToCheck.doesNextChunksVerifyCondition { it == this }` will return false.
Since both chunks are connected to the last forward chunk, `isMoreRecent()` will still return `true`, which is wrong in this case.
So do not only check if chunkToCheck has this as any of the next chunks, but also the other way round.
2022-03-11 11:27:05 +01:00
..
assets Try to communicate with WidgetPostAPI 2020-05-13 20:04:08 +02:00
java/org Fix ChunkEntity.isMoreRecentThan() if both chunks linked to last forward 2022-03-11 11:27:05 +01:00
res Import sas strings 2021-06-18 10:25:37 +02:00
AndroidManifest.xml Fix warning 2021-09-02 09:43:39 +02:00