pockethub / PocketHub

PocketHub Android App
Apache License 2.0
9.39k stars 3.46k forks source link

Remove AtomicReference in AvatarLoader #1184

Closed veyndan closed 6 years ago

veyndan commented 6 years ago

IssuesViewActivity is the only class using the AtomicReference image binding, yet the use of AtomicReference in that class is pointless as it is just being used as a wrapper to pass around a mutable object.