mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Support gv2 avatar removal.
This commit is contained in:
@@ -90,7 +90,7 @@ class EditProfileViewModel extends ViewModel {
|
||||
}
|
||||
|
||||
public boolean canRemoveProfilePhoto() {
|
||||
return (!isGroup() || groupId.isV1()) && hasAvatar();
|
||||
return hasAvatar();
|
||||
}
|
||||
|
||||
@MainThread
|
||||
|
||||
Reference in New Issue
Block a user