Git Product home page Git Product logo

Comments (3)

miaowmiaow avatar miaowmiaow commented on July 23, 2024

感谢反馈,麻烦描述下操作步骤或其他能帮助我定位问题的信息😁

from fragmject.

dalingge avatar dalingge commented on July 23, 2024

感谢反馈,麻烦描述下操作步骤或其他能帮助我定位问题的信息😁

首页列表进行分页查询后,点击进入详情页在返回首页,这个时候首页Fragment 重建后,ViewModel会重新请求上一次分页的页码,你首页的ArticleAdapter()是一个常量里面的list没有被清空,这个时候重复请求页码的数据就会重新添加进list里面

from fragmject.

miaowmiaow avatar miaowmiaow commented on July 23, 2024

感谢反馈,麻烦描述下操作步骤或其他能帮助我定位问题的信息😁

首页列表进行分页查询后,点击进入详情页在返回首页,这个时候首页Fragment 重建后,ViewModel会重新请求上一次分页的页码,你首页的ArticleAdapter()是一个常量里面的list没有被清空,这个时候重复请求页码的数据就会重新添加进list里面

通过你的反馈,定位到问题是由 LiveData 粘性事件导致。目前想到两种解决方案:一是视图销毁时清除 LiveData 的数据,二是使用 SingleLiveEvent 。相关代码已经更新,如果你有更好的方案欢迎一起交流😁

from fragmject.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.