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
Description
Hi!
Hope this message finds you well.
I'm trying to use withEditorTitle(title: string)
from
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
Labels
No labels