evgs / BombusLime

Xmpp client for Android devices
http://bombus.im/lime/nightlies
GNU General Public License v2.0
15 stars 1 forks source link

ANR: synchronized(Roster) usage #86

Closed evgs closed 12 years ago

evgs commented 12 years ago

Synchronization object should be applied in next cases:

  1. in all UI threads
  2. in networking thread only when roster item count is affected (requesting roster, roster push, etc)
evgs commented 12 years ago

fixed in 27ae23759cbe5565a7cf4d5b32fa6cf942c1db4e