kopia lustrzana https://github.com/ryukoposting/Signal-Android
Remove invalidateItemDecorations call.
rodzic
6fc9db0aff
commit
68e0a30c92
|
@ -111,13 +111,13 @@ public final class GiphyMp4ProjectionRecycler implements GiphyMp4PlaybackControl
|
||||||
holder.show();
|
holder.show();
|
||||||
holder.setOnPlaybackReady(() -> {
|
holder.setOnPlaybackReady(() -> {
|
||||||
giphyMp4Playable.hideProjectionArea();
|
giphyMp4Playable.hideProjectionArea();
|
||||||
parent.invalidateItemDecorations();
|
parent.invalidate();
|
||||||
});
|
});
|
||||||
holder.playContent(giphyMp4Playable.getMediaItem(), giphyMp4Playable.getPlaybackPolicyEnforcer());
|
holder.playContent(giphyMp4Playable.getMediaItem(), giphyMp4Playable.getPlaybackPolicyEnforcer());
|
||||||
} else {
|
} else {
|
||||||
holder.setOnPlaybackReady(() -> {
|
holder.setOnPlaybackReady(() -> {
|
||||||
giphyMp4Playable.hideProjectionArea();
|
giphyMp4Playable.hideProjectionArea();
|
||||||
parent.invalidateItemDecorations();
|
parent.invalidate();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue