Thanks for the link String! I am trying to figure out what Drawable is shared between the Chronometer and my SecondView (which draws some bitmaps), but I cannot come with anything. Looking at my stack trace, there is nothing there to suggest anything similar. I will look more into that, but my feeling is that it might be another (though similar) problem.
Mihai Fonoage On Oct 30, 11:22 am, String <[email protected]> wrote: > On Oct 29, 7:44 pm, Mihai Fonoage <[email protected]> wrote: > > > I have two views, one of which is a Chronometer. Whenever the > > Chronometer gets updated (every second, automatically, after its start > > () method has been called), the onDraw method of my second view is > > called. Any way I can stop this from happening? > > Might this be your > problem?http://www.curious-creature.org/2009/05/02/drawable-mutations/ > > String --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

