Skip to content

Commit f0d24cb

Browse files
committed
Fix BitmapOverlay to have public constructor
1 parent d55b334 commit f0d24cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/effect/src/main/java/androidx/media3/effect/BitmapOverlay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public abstract class BitmapOverlay extends TextureOverlay {
4444
private int lastTextureId;
4545
private @Nullable Bitmap lastBitmap;
4646

47-
BitmapOverlay() {
47+
public BitmapOverlay() {
4848
lastTextureId = C.INDEX_UNSET;
4949
}
5050

0 commit comments

Comments
 (0)