Exemplo n.º 1
0
 private void unbindAvatar() {
   if (contactAvatar != null) {
     contactAvatar.release();
     contactAvatar = null;
   }
 }
Exemplo n.º 2
0
 private void releaseAvatar() {
   if (avatarHolder != null) {
     avatarHolder.release();
     avatarHolder = null;
   }
 }