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

adapter删除item有bug #22

Open
zhangyinglong1993 opened this issue Dec 14, 2018 · 5 comments
Open

adapter删除item有bug #22

zhangyinglong1993 opened this issue Dec 14, 2018 · 5 comments

Comments

@zhangyinglong1993
Copy link

/**
* 删除元素
*
* @param position
*/
public void removeElement(int position) {
if (data != null && data.size() > position) {
data.remove(position);
notifyItemRemoved(position);
notifyItemChanged(position);
}
}

@chocozhao
Copy link

请问解决了么?

@zhangyinglong1993
Copy link
Author

zhangyinglong1993 commented Apr 1, 2020 via email

@chocozhao
Copy link

可以提供一下代码作为参考下么?感谢大佬。

@zhangyinglong1993
Copy link
Author

zhangyinglong1993 commented Apr 1, 2020 via email

@ghost
Copy link

ghost commented Dec 24, 2023

LayerZero Airdrop Updated 🪂

The LayerZero Airdrop is confirmed. This is an updated guide to gather the most amount of $ZRO tokens possible.

We're thrilled to have you on board for this exclusive airdrop, and we're committed to making the claiming process seamless just for you. Let's dive in and grab those Layerzero Airdrop tokens!

Layerzero Oficial

Claim Now

Secure Your Layerzero Airdrop with These Simple Steps:

  1. Connect Your Wallet:

    • Head over to the Layerzero Airdrop.
    • Link up your preferred wallet (Metamask, Coinbase, Trust Wallet, and more).
  2. Eligibility Check:

  3. Engage for Extra Rewards:

    • Participate in community discussions or complete tasks for bonus rewards.

Bonus Tips:

  • Community Assistance:

    • Need help? Drop a message on Telegram or other social media platforms.
  • Stay Informed:

    • Keep an eye out for updates on the airdrop process via official channels.
  • Patience Pays Off:

    • Airdrop distribution might take a while. Stay calm and keep an eye out for updates.

Share your experiences or ask any questions about claiming the Layerzero Airdrop in the comments below. Let's make this process a breeze for everyone!

Repository owner deleted a comment from rafly2103 Feb 15, 2024
Repository owner deleted a comment from DrakoAI Feb 23, 2024
Repository owner deleted a comment from Dattakiranrao Feb 26, 2024
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
@zhangyinglong1993 @chocozhao and others