Skip to content

Conversation

@Rajnish23
Copy link
Contributor

Fixes #161

@faruktoptas
Copy link
Owner

The root cause of this problem should be solved from the library not the sample. FancyImageView is added multiple times. It should be fixed.

@Rajnish23
Copy link
Contributor Author

The root cause of this problem should be solved from the library not the sample. FancyImageView is added multiple times. It should be fixed.

I have made changes in library. Please review it.

fun build(): FancyShowCaseView {
if(isVisible(activity)){
hideCurrent(activity)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I like the idea of auto-hiding, yet shouldn't this be done in the show() function. The build() function would also be used to prepare show cases to be enqueued e.g..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I do agree this should be done inside show() function instead of the build method.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FancyShowCaseView not hiding

3 participants