Skip to content

Not working with Dialog #33

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)
            }`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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