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

Elements get Stuck in front #74

Open
vipulasri opened this issue Aug 26, 2015 · 5 comments
Open

Elements get Stuck in front #74

vipulasri opened this issue Aug 26, 2015 · 5 comments

Comments

@vipulasri
Copy link

Some times element get stuck in front, still making me swipe left and right the background items.
Tested on : Nexus6 Android 5.1.1
: Redmi Note 4g Android 4.4.4
You can see the snapshot below :

img-20150826-wa0001

@vikashparajuli
Copy link

When you use adapter.add(cardModel); after mCardContainer.setAdapter(adapter); this will happen.
But when you use adapter.add(cardModel); before mCardContainer.setAdapter(adapter); there will not be problem.
This means when we want to use notifyDataSetChanged(); we can get this bug. I want to request to developer to solve this problem.

Alternative Solution:
Just use mCardContainer.setAdapter(adapter); below adapter.add(cardModel); for every time this will remove your problem.

@vipulasri
Copy link
Author

Thanx @vikashparajuli I will try it out and if its working i will close this issue.

@vikashparajuli
Copy link

You are welcome bro.

@vipulasri
Copy link
Author

@vikashparajuli yesterday i got time to look into this code. As per my code I have already done same thing said by you. still same bug is there.

@vanshg
Copy link

vanshg commented Oct 3, 2015

I am having this issue too

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

3 participants