Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Issue with withEditorTitle()  #99

Open
@red-game-dev

Description

Hi!

Hope this message finds you well.

I'm trying to use withEditorTitle(title: string) from

fun withEditorTitle(title:String): ImageEditorIntentBuilder {
but unfortunately it does throw an error as the following

image

Example how is being called

                    new ImageEditorIntentBuilder(
                      this,
                      picAbsolutePath,
                      outputAbsolutePath,
                    )
                      .withAddText()
                      .withPaintFeature()
                      .withFilterFeature()
                      .withRotateFeature()
                      .withCropFeature()
                      .withBrightnessFeature()
                      .withSaturationFeature()
                      .withBeautyFeature()
                      .withStickerFeature()
                      .withEditorTitle("Test")
                      .withSourcePath(this.coinImageDestination)
                      .withOutputPath(this.outputDestinationPath)
                      .forcePortrait(true)
                      .setSupportActionBarVisibility(false)
                      .build();

Demo link and line:

Am I doing something wrong?

Looking forward to hearing from you.

Best regards,
Cheers

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