Skip to content

Commit f084461

Browse files
committed
Update PixelFormat to OPAQUE
1 parent 6f7df72 commit f084461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/wang/avi/Indicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public int getAlpha() {
5757

5858
@Override
5959
public int getOpacity() {
60-
return PixelFormat.RGBA_8888;
60+
return PixelFormat.OPAQUE;
6161
}
6262

6363
@Override

0 commit comments

Comments
 (0)