Skip to content

canvas.save(int) removed in API 28. Solution inside. #90

@gavingt

Description

@gavingt

The following lines use a method which was deprecated in API 26 and removed in API 28. This makes Proguarding this library impossible:

and

However, the solution is simple. Just use

canvas.save()

instead of

canvas.save(Canvas.CLIP_SAVE_FLAG);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions