Skip to content

Commit eec2dc2

Browse files
committed
Working on Drawable
1 parent 4d1c40b commit eec2dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphicsDrawableDrawable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public extension Android.Graphics.Drawable {
1919
* for dealing with an underlying visual resource that may take a variety of forms. Unlike a View, a Drawable does
2020
* not have any facility to receive events or otherwise interact with the user.
2121
*/
22-
public class AndroidGraphicsDrawableDrawable: JavaObject {
22+
open class AndroidGraphicsDrawableDrawable: JavaObject {
2323

2424
public convenience init?( casting object: java_swift.JavaObject,
2525
_ file: StaticString = #file,

0 commit comments

Comments
 (0)