Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40ed6a3c authored by Fynn Godau's avatar Fynn Godau
Browse files

Fix crash with unimplemented method

parent 1ff3448d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ class CircleImpl(private val map: GoogleMapImpl, private val id: String, options
        }
    }

    override fun setStrokePattern(pattern: IObjectWrapper) {
    override fun setStrokePattern(pattern: IObjectWrapper?) {
        Log.d(TAG, "unimplemented method: set stroke pattern")
    }