mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 10:58:34 +00:00
Fix video thumbnail not displaying after sharing to conversation thread.
This commit is contained in:
parent
a3caabcafd
commit
de03706d8d
@ -256,8 +256,9 @@ public class ThumbnailView extends FrameLayout {
|
|||||||
return new SettableFuture<>(false);
|
return new SettableFuture<>(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.slide != null && this.slide.getFastPreflightId() != null &&
|
if (this.slide != null && this.slide.getFastPreflightId() != null &&
|
||||||
this.slide.getFastPreflightId().equals(slide.getFastPreflightId()))
|
Util.equals(this.slide.getThumbnailUri(), slide.getThumbnailUri()) &&
|
||||||
|
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());
|
||||||
this.slide = slide;
|
this.slide = slide;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user