Remove invalidateItemDecorations call.
This commit is contained in:
parent
6fc9db0aff
commit
68e0a30c92
1 changed files with 2 additions and 2 deletions
|
@ -111,13 +111,13 @@ public final class GiphyMp4ProjectionRecycler implements GiphyMp4PlaybackControl
|
|||
holder.show();
|
||||
holder.setOnPlaybackReady(() -> {
|
||||
giphyMp4Playable.hideProjectionArea();
|
||||
parent.invalidateItemDecorations();
|
||||
parent.invalidate();
|
||||
});
|
||||
holder.playContent(giphyMp4Playable.getMediaItem(), giphyMp4Playable.getPlaybackPolicyEnforcer());
|
||||
} else {
|
||||
holder.setOnPlaybackReady(() -> {
|
||||
giphyMp4Playable.hideProjectionArea();
|
||||
parent.invalidateItemDecorations();
|
||||
parent.invalidate();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue