indrora / Atomic

Atomic: an IRC client from the ashes of yaaic
https://indrora.github.io/Atomic/
GNU General Public License v3.0
123 stars 29 forks source link

ANR for no reason #3

Closed indrora closed 10 years ago

indrora commented 10 years ago

There's an ANR debugging.

Problem appears to be in indrora.atomic.model.Message.getSenderColor():int. Causes app slowdown or ANR, then loses messages. ANR on low-end devices primarily.

Hopefully fixed in upcoming commits.

indrora commented 10 years ago

Closing: Name color algo was trying to always choose a not-background color (but 0^0 is always 0)