Skip to content

kotlin.UninitializedPropertyAccessException: lateinit property containerView has not been initialized #91

Open
@gibsmon

Description

@gibsmon

kotlin
var bitmap = Bitmap.createBitmap(containerView.width,
containerView.height, Bitmap.Config.ARGB_8888);
var canvas = Canvas(bitmap)
containerView.draw(canvas)
bitmaps = bitmap

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions