mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Fix unable to verify signed group change warning.
This commit is contained in:
@@ -808,7 +808,7 @@ final class GroupManagerV2 {
|
||||
}
|
||||
|
||||
private DecryptedGroupChange getDecryptedGroupChange(@Nullable byte[] signedGroupChange) {
|
||||
if (signedGroupChange != null) {
|
||||
if (signedGroupChange != null && signedGroupChange.length > 0) {
|
||||
GroupsV2Operations.GroupOperations groupOperations = groupsV2Operations.forGroup(GroupSecretParams.deriveFromMasterKey(groupMasterKey));
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user