Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In File SampleFragment4 #38

Closed
Paridhi2502 opened this issue Oct 23, 2017 · 0 comments
Closed

In File SampleFragment4 #38

Paridhi2502 opened this issue Oct 23, 2017 · 0 comments

Comments

@Paridhi2502
Copy link

Hi,

I am integrating you library in my project and I am facing one issue is that : chart is recreated many time like in recursive. I want to show chart will show one time and it will not get hide. I have remove the code

decoView.addEvent(new DecoEvent.Builder(EventType.EVENT_HIDE, false)
.setIndex(mBackIndex)
.setDelay(100)
.setDuration(9000)
.setListener(new DecoEvent.ExecuteEventListener() {
@OverRide
public void onEventStart(DecoEvent event) {
}

                @Override
                public void onEventEnd(DecoEvent event) {

                    // decoView.setVisibility(View.VISIBLE);
                   // createTracks();
                  //  setupEvents();
                }
            })
            .build());

Above code recreate the track and event, So I just comment out.
Please help me and resolve my issue asap.

Thanks!

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

No branches or pull requests

1 participant