kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix video thumbnail not displaying after sharing to conversation thread.
rodzic
a3caabcafd
commit
de03706d8d
|
@ -257,7 +257,8 @@ public class ThumbnailView extends FrameLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
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;
|
||||||
|
|
Ładowanie…
Reference in New Issue