mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Add support for time stickers in image editor.
This commit is contained in:
@@ -10,7 +10,7 @@ import java.lang.ref.WeakReference;
|
||||
/**
|
||||
* Maintains a weak reference to the an invalidate callback allowing future invalidation without memory leak risk.
|
||||
*/
|
||||
abstract class InvalidateableRenderer implements Renderer {
|
||||
public abstract class InvalidateableRenderer implements Renderer {
|
||||
|
||||
private WeakReference<RendererContext.Invalidate> invalidate = new WeakReference<>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user