Fix NPE in MessagingMessage
MessagingMessage.getGroup() can return null if the message is not attached to a MessagingGroup. This can happen if the message is being removed from the MessagingGroup. This CL adds a null check to MessagingMessage.getGroup() in the methods that call it. Change-Id: I1a7580067955ba3624e3ca747c5d398689b6776c Fixes: 356815249 Test: Presubmit Flag: EXEMPT BUG_FIX
Loading
Please register or sign in to comment