Skip to content

Not working with Dialog #33

@siddhpuraamitr

Description

@siddhpuraamitr

I want to show quickaction in DialogBox, where I have textview, when I click on that it, QuickAction should show me on top of TextView but instead it shows me at bottom of dialogbox.

         `tvPassphrase.setOnClickListener {
                var quickAction = QuickAction(activity, QuickAction.VERTICAL)
                quickAction.addActionItem(ActionItem(1,"Copy",null))
                quickAction.setOnActionItemClickListener(onActionItemClickListener)
                quickAction.show(it)
            }`

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