Coder Social home page Coder Social logo

Comments (4)

curioustechizen avatar curioustechizen commented on May 24, 2024

@pankajbatra Is it possible to provide a test case that reproduces the issue?

from android-ago.

pankajbatra avatar pankajbatra commented on May 24, 2024

We are using textview on ItemViewHolder to show live orders.
There are 2 states of order dispatched and delivered.
As soon as an order is marked as delivered it moves from dispatched to delivered fragment.
Issue may be that RelativeTimeTextView thread tries to update time on a textview which does not exists anymore.

from android-ago.

curioustechizen avatar curioustechizen commented on May 24, 2024

@pankajbatra Thanks for the explanation. However, I don't think that what you are suspecting is causing the issue. Here are a few things that come to mind.

  1. Looking at the stack trace, in particular this line:
android.widget.TextView.sendAfterTextChanged (TextView.java:7119)

If I remember correctly, this implies that you have a TextWatcher set on the TextView. Can you confirm if this is the case? RelativeTimeTextView was not originally meant to be an Editable so this might cause issues.

  1. The other angle to debug is to replace your RelativeTimeTextViews with regular TextViews and see if the issue still occurs.

from android-ago.

pankajbatra avatar pankajbatra commented on May 24, 2024

Yes, we have TextWatcher set on Textview.
As of now, I have replaced it with regular TextView and using android util method to show relative time.

from android-ago.

Related Issues (20)

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.