mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Drastically reduce number of projection instances we create.
Via SimplePool
This commit is contained in:
@@ -105,6 +105,8 @@ public final class GiphyMp4ProjectionRecycler implements GiphyMp4PlaybackControl
|
||||
}
|
||||
|
||||
holder.setCorners(projection.getCorners());
|
||||
|
||||
projection.release();
|
||||
}
|
||||
|
||||
private void startPlayback(@NonNull RecyclerView parent, @NonNull GiphyMp4ProjectionPlayerHolder holder, @NonNull GiphyMp4Playable giphyMp4Playable) {
|
||||
|
||||
Reference in New Issue
Block a user