mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
Fix crash on poorly formatted group change update.
This commit is contained in:
@@ -332,7 +332,7 @@ public abstract class MessageRecord extends DisplayRecord {
|
||||
}
|
||||
return UpdateDescription.concatWithNewLines(newGroupDescriptions);
|
||||
}
|
||||
} catch (IOException | IllegalArgumentException e) {
|
||||
} catch (IOException | IllegalArgumentException | IllegalStateException e) {
|
||||
Log.w(TAG, "GV2 Message update detail could not be read", e);
|
||||
return staticUpdateDescription(context.getString(R.string.MessageRecord_group_updated), R.drawable.ic_update_group_16);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user