mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 10:46:50 +00:00
Remove invalidateItemDecorations call.
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user