mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix BitmapOverlay to have public constructor
This commit is contained in:
parent
d55b33474e
commit
f0d24cbf58
@ -44,7 +44,7 @@ public abstract class BitmapOverlay extends TextureOverlay {
|
|||||||
private int lastTextureId;
|
private int lastTextureId;
|
||||||
private @Nullable Bitmap lastBitmap;
|
private @Nullable Bitmap lastBitmap;
|
||||||
|
|
||||||
BitmapOverlay() {
|
public BitmapOverlay() {
|
||||||
lastTextureId = C.INDEX_UNSET;
|
lastTextureId = C.INDEX_UNSET;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user