Skip to content

Combine share image with text #91

@YogevUzan

Description

@YogevUzan

Hello,
I'm trying to share an image combined with some text and for some reason it's only one of them that appear each time.

// Shows only text:
new OmegaIntentBuilder(OverViewActivity.this)
.share()
.text("some text")
.bitmap(bitmap)
.createIntent();

// Shows image:
new OmegaIntentBuilder(OverViewActivity.this)
.share()
.bitmap(bitmap)
.createIntent();

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