mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-06 18:01:56 +00:00
clean up V1 closed group
This commit is contained in:
@@ -113,7 +113,7 @@ public class AvatarImageView extends AppCompatImageView {
|
||||
}
|
||||
|
||||
public void update(String hexEncodedPublicKey) {
|
||||
Address address = Address.Companion.fromSerialized(hexEncodedPublicKey);
|
||||
Address address = Address.fromSerialized(hexEncodedPublicKey);
|
||||
Recipient recipient = Recipient.from(getContext(), address, false);
|
||||
updateAvatar(recipient);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user