We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1c40b commit eec2dc2Copy full SHA for eec2dc2
Sources/GraphicsDrawableDrawable.swift
@@ -19,7 +19,7 @@ public extension Android.Graphics.Drawable {
19
* for dealing with an underlying visual resource that may take a variety of forms. Unlike a View, a Drawable does
20
* not have any facility to receive events or otherwise interact with the user.
21
*/
22
-public class AndroidGraphicsDrawableDrawable: JavaObject {
+open class AndroidGraphicsDrawableDrawable: JavaObject {
23
24
public convenience init?( casting object: java_swift.JavaObject,
25
_ file: StaticString = #file,
0 commit comments