mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 19:48:33 +00:00
Fix issue with stickers flickering on send.
This commit is contained in:
parent
3580816eac
commit
4fd6e7b033
@ -285,7 +285,7 @@ public class ThumbnailView extends FrameLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.slide != null && this.slide.getFastPreflightId() != null &&
|
if (this.slide != null && this.slide.getFastPreflightId() != null &&
|
||||||
Util.equals(this.slide.getThumbnailUri(), slide.getThumbnailUri()) &&
|
(!slide.hasVideo() || Util.equals(this.slide.getThumbnailUri(), slide.getThumbnailUri())) &&
|
||||||
Util.equals(this.slide.getFastPreflightId(), slide.getFastPreflightId()))
|
Util.equals(this.slide.getFastPreflightId(), slide.getFastPreflightId()))
|
||||||
{
|
{
|
||||||
Log.i(TAG, "Not re-loading slide for fast preflight: " + slide.getFastPreflightId());
|
Log.i(TAG, "Not re-loading slide for fast preflight: " + slide.getFastPreflightId());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user