Skip to content

FancyShowCaseView not hiding #161

@ReddyAswiniReddy

Description

@ReddyAswiniReddy

FancyShowCaseView not hiding

I'm using custom View
In that layout on click of one of the button im calling " fancyShowCaseView?.hide()"
Still Some times show case view is not hiding.

please find my code below how i'm setting Listener for that.

Example:
var fancyShowCaseListener = object : OnViewInflateListener {
override fun onViewInflated(view: View) {
view.btnOk?.setOnClickListener {
fancyShowCaseView?.hide()
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions